From 3b28478e9b74f6766390d93890945d692cc116b1 Mon Sep 17 00:00:00 2001 From: VesaJuvonen Date: Mon, 12 Mar 2018 14:27:49 +0200 Subject: [PATCH] folder rename to remove unnecessary tutorial term repeat --- tutorials/{api-scopes-tutorial => api-scopes}/.editorconfig | 0 tutorials/{api-scopes-tutorial => api-scopes}/.gitignore | 0 tutorials/{api-scopes-tutorial => api-scopes}/.yo-rc.json | 0 tutorials/{api-scopes-tutorial => api-scopes}/README.md | 0 tutorials/{api-scopes-tutorial => api-scopes}/config/config.json | 0 .../{api-scopes-tutorial => api-scopes}/config/copy-assets.json | 0 .../config/deploy-azure-storage.json | 0 .../config/package-solution.json | 0 tutorials/{api-scopes-tutorial => api-scopes}/config/serve.json | 0 tutorials/{api-scopes-tutorial => api-scopes}/config/tslint.json | 0 .../config/write-manifests.json | 0 tutorials/{api-scopes-tutorial => api-scopes}/gulpfile.js | 0 tutorials/{api-scopes-tutorial => api-scopes}/package.json | 0 .../src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json | 0 .../src/webparts/graphConsumer/GraphConsumerWebPart.ts | 0 .../src/webparts/graphConsumer/components/ClientMode.ts | 0 .../webparts/graphConsumer/components/GraphConsumer.module.scss | 0 .../src/webparts/graphConsumer/components/GraphConsumer.tsx | 0 .../src/webparts/graphConsumer/components/IGraphConsumerProps.ts | 0 .../src/webparts/graphConsumer/components/IGraphConsumerState.ts | 0 .../src/webparts/graphConsumer/components/IUserItem.ts | 0 .../src/webparts/graphConsumer/loc/en-us.js | 0 .../src/webparts/graphConsumer/loc/mystrings.d.ts | 0 tutorials/{api-scopes-tutorial => api-scopes}/tsconfig.json | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename tutorials/{api-scopes-tutorial => api-scopes}/.editorconfig (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/.gitignore (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/.yo-rc.json (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/README.md (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/config/config.json (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/config/copy-assets.json (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/config/deploy-azure-storage.json (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/config/package-solution.json (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/config/serve.json (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/config/tslint.json (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/config/write-manifests.json (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/gulpfile.js (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/package.json (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/src/webparts/graphConsumer/GraphConsumerWebPart.ts (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/src/webparts/graphConsumer/components/ClientMode.ts (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/src/webparts/graphConsumer/components/GraphConsumer.module.scss (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/src/webparts/graphConsumer/components/GraphConsumer.tsx (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/src/webparts/graphConsumer/components/IGraphConsumerProps.ts (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/src/webparts/graphConsumer/components/IGraphConsumerState.ts (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/src/webparts/graphConsumer/components/IUserItem.ts (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/src/webparts/graphConsumer/loc/en-us.js (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/src/webparts/graphConsumer/loc/mystrings.d.ts (100%) rename tutorials/{api-scopes-tutorial => api-scopes}/tsconfig.json (100%) diff --git a/tutorials/api-scopes-tutorial/.editorconfig b/tutorials/api-scopes/.editorconfig similarity index 100% rename from tutorials/api-scopes-tutorial/.editorconfig rename to tutorials/api-scopes/.editorconfig diff --git a/tutorials/api-scopes-tutorial/.gitignore b/tutorials/api-scopes/.gitignore similarity index 100% rename from tutorials/api-scopes-tutorial/.gitignore rename to tutorials/api-scopes/.gitignore diff --git a/tutorials/api-scopes-tutorial/.yo-rc.json b/tutorials/api-scopes/.yo-rc.json similarity index 100% rename from tutorials/api-scopes-tutorial/.yo-rc.json rename to tutorials/api-scopes/.yo-rc.json diff --git a/tutorials/api-scopes-tutorial/README.md b/tutorials/api-scopes/README.md similarity index 100% rename from tutorials/api-scopes-tutorial/README.md rename to tutorials/api-scopes/README.md diff --git a/tutorials/api-scopes-tutorial/config/config.json b/tutorials/api-scopes/config/config.json similarity index 100% rename from tutorials/api-scopes-tutorial/config/config.json rename to tutorials/api-scopes/config/config.json diff --git a/tutorials/api-scopes-tutorial/config/copy-assets.json b/tutorials/api-scopes/config/copy-assets.json similarity index 100% rename from tutorials/api-scopes-tutorial/config/copy-assets.json rename to tutorials/api-scopes/config/copy-assets.json diff --git a/tutorials/api-scopes-tutorial/config/deploy-azure-storage.json b/tutorials/api-scopes/config/deploy-azure-storage.json similarity index 100% rename from tutorials/api-scopes-tutorial/config/deploy-azure-storage.json rename to tutorials/api-scopes/config/deploy-azure-storage.json diff --git a/tutorials/api-scopes-tutorial/config/package-solution.json b/tutorials/api-scopes/config/package-solution.json similarity index 100% rename from tutorials/api-scopes-tutorial/config/package-solution.json rename to tutorials/api-scopes/config/package-solution.json diff --git a/tutorials/api-scopes-tutorial/config/serve.json b/tutorials/api-scopes/config/serve.json similarity index 100% rename from tutorials/api-scopes-tutorial/config/serve.json rename to tutorials/api-scopes/config/serve.json diff --git a/tutorials/api-scopes-tutorial/config/tslint.json b/tutorials/api-scopes/config/tslint.json similarity index 100% rename from tutorials/api-scopes-tutorial/config/tslint.json rename to tutorials/api-scopes/config/tslint.json diff --git a/tutorials/api-scopes-tutorial/config/write-manifests.json b/tutorials/api-scopes/config/write-manifests.json similarity index 100% rename from tutorials/api-scopes-tutorial/config/write-manifests.json rename to tutorials/api-scopes/config/write-manifests.json diff --git a/tutorials/api-scopes-tutorial/gulpfile.js b/tutorials/api-scopes/gulpfile.js similarity index 100% rename from tutorials/api-scopes-tutorial/gulpfile.js rename to tutorials/api-scopes/gulpfile.js diff --git a/tutorials/api-scopes-tutorial/package.json b/tutorials/api-scopes/package.json similarity index 100% rename from tutorials/api-scopes-tutorial/package.json rename to tutorials/api-scopes/package.json diff --git a/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json b/tutorials/api-scopes/src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json similarity index 100% rename from tutorials/api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json rename to tutorials/api-scopes/src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json diff --git a/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.ts b/tutorials/api-scopes/src/webparts/graphConsumer/GraphConsumerWebPart.ts similarity index 100% rename from tutorials/api-scopes-tutorial/src/webparts/graphConsumer/GraphConsumerWebPart.ts rename to tutorials/api-scopes/src/webparts/graphConsumer/GraphConsumerWebPart.ts diff --git a/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/ClientMode.ts b/tutorials/api-scopes/src/webparts/graphConsumer/components/ClientMode.ts similarity index 100% rename from tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/ClientMode.ts rename to tutorials/api-scopes/src/webparts/graphConsumer/components/ClientMode.ts diff --git a/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.module.scss b/tutorials/api-scopes/src/webparts/graphConsumer/components/GraphConsumer.module.scss similarity index 100% rename from tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.module.scss rename to tutorials/api-scopes/src/webparts/graphConsumer/components/GraphConsumer.module.scss diff --git a/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.tsx b/tutorials/api-scopes/src/webparts/graphConsumer/components/GraphConsumer.tsx similarity index 100% rename from tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/GraphConsumer.tsx rename to tutorials/api-scopes/src/webparts/graphConsumer/components/GraphConsumer.tsx diff --git a/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerProps.ts b/tutorials/api-scopes/src/webparts/graphConsumer/components/IGraphConsumerProps.ts similarity index 100% rename from tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerProps.ts rename to tutorials/api-scopes/src/webparts/graphConsumer/components/IGraphConsumerProps.ts diff --git a/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerState.ts b/tutorials/api-scopes/src/webparts/graphConsumer/components/IGraphConsumerState.ts similarity index 100% rename from tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IGraphConsumerState.ts rename to tutorials/api-scopes/src/webparts/graphConsumer/components/IGraphConsumerState.ts diff --git a/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IUserItem.ts b/tutorials/api-scopes/src/webparts/graphConsumer/components/IUserItem.ts similarity index 100% rename from tutorials/api-scopes-tutorial/src/webparts/graphConsumer/components/IUserItem.ts rename to tutorials/api-scopes/src/webparts/graphConsumer/components/IUserItem.ts diff --git a/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/loc/en-us.js b/tutorials/api-scopes/src/webparts/graphConsumer/loc/en-us.js similarity index 100% rename from tutorials/api-scopes-tutorial/src/webparts/graphConsumer/loc/en-us.js rename to tutorials/api-scopes/src/webparts/graphConsumer/loc/en-us.js diff --git a/tutorials/api-scopes-tutorial/src/webparts/graphConsumer/loc/mystrings.d.ts b/tutorials/api-scopes/src/webparts/graphConsumer/loc/mystrings.d.ts similarity index 100% rename from tutorials/api-scopes-tutorial/src/webparts/graphConsumer/loc/mystrings.d.ts rename to tutorials/api-scopes/src/webparts/graphConsumer/loc/mystrings.d.ts diff --git a/tutorials/api-scopes-tutorial/tsconfig.json b/tutorials/api-scopes/tsconfig.json similarity index 100% rename from tutorials/api-scopes-tutorial/tsconfig.json rename to tutorials/api-scopes/tsconfig.json