From b5eec0ccc5e4f48079824523e3c31127a573bf7b Mon Sep 17 00:00:00 2001 From: VesaJuvonen Date: Mon, 12 Mar 2018 14:22:46 +0200 Subject: [PATCH] Updating tutorial folder to avoid naming conflicts related on guidance --- .../.editorconfig | 0 .../{spfx-api-scopes-tutorial => api-scopes-tutorial}/.gitignore | 0 .../{spfx-api-scopes-tutorial => api-scopes-tutorial}/.yo-rc.json | 0 .../{spfx-api-scopes-tutorial => api-scopes-tutorial}/README.md | 0 .../config/config.json | 0 .../config/copy-assets.json | 0 .../config/deploy-azure-storage.json | 0 .../config/package-solution.json | 0 .../config/serve.json | 0 .../config/tslint.json | 0 .../config/write-manifests.json | 0 .../{spfx-api-scopes-tutorial => api-scopes-tutorial}/gulpfile.js | 0 .../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 .../tsconfig.json | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/.editorconfig (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/.gitignore (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/.yo-rc.json (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/README.md (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/config/config.json (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/config/copy-assets.json (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/config/deploy-azure-storage.json (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/config/package-solution.json (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/config/serve.json (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/config/tslint.json (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/config/write-manifests.json (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/gulpfile.js (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/package.json (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/src/webparts/graphConsumer/GraphConsumerWebPart.ts (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/src/webparts/graphConsumer/components/ClientMode.ts (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/src/webparts/graphConsumer/components/GraphConsumer.module.scss (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/src/webparts/graphConsumer/components/GraphConsumer.tsx (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/src/webparts/graphConsumer/components/IGraphConsumerProps.ts (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/src/webparts/graphConsumer/components/IGraphConsumerState.ts (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/src/webparts/graphConsumer/components/IUserItem.ts (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/src/webparts/graphConsumer/loc/en-us.js (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/src/webparts/graphConsumer/loc/mystrings.d.ts (100%) rename tutorials/{spfx-api-scopes-tutorial => api-scopes-tutorial}/tsconfig.json (100%) 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