diff --git a/tutorials/spfx-api-scopes-tutorial/.editorconfig b/tutorials/api-scopes-tutorial/.editorconfig similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/.editorconfig rename to tutorials/api-scopes-tutorial/.editorconfig diff --git a/tutorials/spfx-api-scopes-tutorial/.gitignore b/tutorials/api-scopes-tutorial/.gitignore similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/.gitignore rename to tutorials/api-scopes-tutorial/.gitignore diff --git a/tutorials/spfx-api-scopes-tutorial/.yo-rc.json b/tutorials/api-scopes-tutorial/.yo-rc.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/.yo-rc.json rename to tutorials/api-scopes-tutorial/.yo-rc.json diff --git a/tutorials/spfx-api-scopes-tutorial/README.md b/tutorials/api-scopes-tutorial/README.md similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/README.md rename to tutorials/api-scopes-tutorial/README.md diff --git a/tutorials/spfx-api-scopes-tutorial/config/config.json b/tutorials/api-scopes-tutorial/config/config.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/config/config.json rename to tutorials/api-scopes-tutorial/config/config.json diff --git a/tutorials/spfx-api-scopes-tutorial/config/copy-assets.json b/tutorials/api-scopes-tutorial/config/copy-assets.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/config/copy-assets.json rename to tutorials/api-scopes-tutorial/config/copy-assets.json diff --git a/tutorials/spfx-api-scopes-tutorial/config/deploy-azure-storage.json b/tutorials/api-scopes-tutorial/config/deploy-azure-storage.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/config/deploy-azure-storage.json rename to tutorials/api-scopes-tutorial/config/deploy-azure-storage.json diff --git a/tutorials/spfx-api-scopes-tutorial/config/package-solution.json b/tutorials/api-scopes-tutorial/config/package-solution.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/config/package-solution.json rename to tutorials/api-scopes-tutorial/config/package-solution.json diff --git a/tutorials/spfx-api-scopes-tutorial/config/serve.json b/tutorials/api-scopes-tutorial/config/serve.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/config/serve.json rename to tutorials/api-scopes-tutorial/config/serve.json diff --git a/tutorials/spfx-api-scopes-tutorial/config/tslint.json b/tutorials/api-scopes-tutorial/config/tslint.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/config/tslint.json rename to tutorials/api-scopes-tutorial/config/tslint.json diff --git a/tutorials/spfx-api-scopes-tutorial/config/write-manifests.json b/tutorials/api-scopes-tutorial/config/write-manifests.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/config/write-manifests.json rename to tutorials/api-scopes-tutorial/config/write-manifests.json diff --git a/tutorials/spfx-api-scopes-tutorial/gulpfile.js b/tutorials/api-scopes-tutorial/gulpfile.js similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/gulpfile.js rename to tutorials/api-scopes-tutorial/gulpfile.js diff --git a/tutorials/spfx-api-scopes-tutorial/package.json b/tutorials/api-scopes-tutorial/package.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/package.json rename to tutorials/api-scopes-tutorial/package.json diff --git a/tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json b/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json rename to tutorials/api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json diff --git a/tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.ts b/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.ts similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.ts rename to tutorials/api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.ts diff --git a/tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/ClientMode.ts b/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/ClientMode.ts similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/ClientMode.ts rename to tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/ClientMode.ts diff --git a/tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.module.scss b/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.module.scss similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.module.scss rename to tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.module.scss diff --git a/tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.tsx b/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.tsx similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.tsx rename to tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.tsx diff --git a/tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerProps.ts b/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerProps.ts similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerProps.ts rename to tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerProps.ts diff --git a/tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerState.ts b/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerState.ts similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerState.ts rename to tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerState.ts diff --git a/tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/IUserItem.ts b/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IUserItem.ts similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/components/IUserItem.ts rename to tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IUserItem.ts diff --git a/tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/loc/en-us.js b/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/loc/en-us.js similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/loc/en-us.js rename to tutorials/api-scopes-tutorial/src/webparts/graphConsumer/loc/en-us.js diff --git a/tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/loc/mystrings.d.ts b/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/loc/mystrings.d.ts similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/src/webparts/graphConsumer/loc/mystrings.d.ts rename to tutorials/api-scopes-tutorial/src/webparts/graphConsumer/loc/mystrings.d.ts diff --git a/tutorials/spfx-api-scopes-tutorial/tsconfig.json b/tutorials/api-scopes-tutorial/tsconfig.json similarity index 100% rename from tutorials/spfx-api-scopes-tutorial/tsconfig.json rename to tutorials/api-scopes-tutorial/tsconfig.json