Skip to content

Commit

Permalink
Release 1.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYen-Tang committed Aug 10, 2020
1 parent 1cd5bf2 commit 5305a69
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Docs/Bind.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Bot 需要取得你的 **Office 365 Token** 才能為你服務,要取得你的

![002](../Imgs/Bind/002.png)

1. 點擊 **/regApp** 指令,Bot輔助你如何註冊 Azure 應用程式。首先點擊如下圖第二個紅框的 [Azure 應用程式註冊教學](./AppRegistrations.md),按照教學手動建立 Azure 應用程式,接下來將教學要求紀錄的訊息依照第三個紅框的格式回覆給 **Bot**
1. 點擊 **/regApp** 指令,Bot輔助你如何註冊 Azure 應用程式。首先點擊如下圖第二個紅框的 **Get an app ID and secret**,會開啟微軟的**Application Registration Portal**網頁,並要求你登入 **Office 365 帳號**,之後將網頁的**應用程式秘密** (Client secrets)及**App ID** (or Client ID)記錄下來,然後將前面要求紀錄的訊息依照第三個紅框的格式回覆給 **Bot**

![003](../Imgs/Bind/003.png)
![003-1](../Imgs/Bind/003-1.png)

1. 回覆後,**Bot** 會去驗證你剛註冊的應用程式是否成功,成功的話 **Bot** 會回覆 **應用程式註冊成功** 的訊息,接下來提示你選擇一個應用程式用來授權。

Expand Down
Binary file added Imgs/Bind/003-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions ReleaseNotes/1.0.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Release - 1.0.0.0

## 新功能:
- 使用 Telegram Bot 與使用者互動 [(#1)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/1)[(#2)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/2)
- 互動式帳號綁定 [(#2)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/2)
- 排程觸發 Microsoft Graph Api [(#4)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/4)
- 使用者或管理者手動觸發 Microsoft Graph Api [(#4)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/4)
- 支援 Outlook API [(#3)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/3)
- 支援 Docker [(#5)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/5)

## 變更:

## Bug 修復:

## 文檔:
- 新增 [綁定 **Office 365** 授權教學](../Docs/Bind.md)
- 新增 [貢獻文件](../Docs/Contributing.md)
- 更新 [Readme.md](../Readme.md)
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
buildConfiguration: 'Release'
version: '0.0.40.0'
version: '1.0.0.0'

stages:
- stage: Build_and_Test
Expand Down

0 comments on commit 5305a69

Please sign in to comment.