You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## add *.cer to .gitignore to prevent certificates from being saved in repo
17
+
if! grep -Fxq '*.cer' ./.gitignore
18
+
then
19
+
echo"# .CER Certificates">> .gitignore
20
+
echo"*.cer">> .gitignore
21
+
fi
22
+
23
+
## add *.pem to .gitignore to prevent certificates from being saved in repo
24
+
if! grep -Fxq '*.pem' ./.gitignore
25
+
then
26
+
echo"# .PEM Certificates">> .gitignore
27
+
echo"*.pem">> .gitignore
28
+
fi
29
+
30
+
echo
31
+
echo -e "\e[1;92mReady!\e[0m"
32
+
33
+
echo -e "\n\e[1;94m**********\nOptional: if you plan on using gulp serve, don't forget to add the container certificate to your local machine. Please visit https://aka.ms/spfx-devcontainer for more information\n**********"
Short summary on functionality and used technologies.
6
7
7
8
[picture of the solution in action, if possible]
8
9
9
-
## Used SharePoint Framework Version
10
+
## Compatibility
11
+
12
+
|:warning: Important |
13
+
|:---------------------------|
14
+
| Every SPFx version is optimally compatible with specific versions of Node.js. In order to be able to build this sample, you need to ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.|
15
+
|Refer to <https://aka.ms/spfx-matrix> for more information on SPFx compatibility. |
16
+
17
+
This sample is optimally compatible with the following environment configuration:

22
+

23
+
-Incompatible-red.svg"SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
24
+

**THIS CODE IS PROVIDED _AS IS_ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
40
47
41
-
---
48
+
## Minimal path to awesome
42
49
43
-
## Minimal Path to Awesome
50
+
- Clone this repository (or [download this solution as a .ZIP file](https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-copilot-chatbubble-with-sso) then unzip it)
51
+
- From your command line, change your current directory to the directory containing this sample (`react-copilot-chatbubble-with-sso`, located under `samples`)
52
+
- in the command line run:
53
+
-`npm install`
54
+
-`gulp serve`
44
55
45
-
- Clone this repository
46
-
- Ensure that you are at the solution folder
47
-
- in the command-line run:
48
-
-**npm install**
49
-
-**gulp serve**
50
-
51
-
> Include any additional steps as needed.
56
+
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit <https://aka.ms/spfx-devcontainer> for further instructions.
52
57
53
58
## Features
54
59
60
+
TODO: Nishkalank to update
55
61
Description of the extension that expands upon high-level summary above.
56
62
57
63
This extension illustrates the following concepts:
@@ -71,3 +77,27 @@ This extension illustrates the following concepts:
71
77
-[Use Microsoft Graph in your solution](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis)
72
78
-[Publish SharePoint Framework applications to the Marketplace](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/publish-to-marketplace-overview)
73
79
-[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) - Guidance, tooling, samples and open-source controls for your Microsoft 365 development
80
+
81
+
## Help
82
+
83
+
84
+
We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.
85
+
86
+
If you're having issues building the solution, please run [spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment.
87
+
88
+
You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3A%22sample%3A%20react-copilot-chatbubble-with-sso%22) to see if anybody else is having the same issues.
89
+
90
+
You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=react-copilot-chatbubble-with-sso) and see what the community is saying.
91
+
92
+
If you encounter any issues using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected%2Csample%3A%20react-copilot-chatbubble-with-sso&template=bug-report.yml&sample=react-copilot-chatbubble-with-sso&authors=@NishkalankBezawada&title=react-copilot-chatbubble-with-sso%20-%20).
93
+
94
+
For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aquestion%2Csample%3A%20react-copilot-chatbubble-with-sso&template=question.yml&sample=react-copilot-chatbubble-with-sso&authors=@NishkalankBezawada&title=react-copilot-chatbubble-with-sso%20-%20).
95
+
96
+
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aenhancement%2Csample%3A%20react-copilot-chatbubble-with-sso&template=suggestion.yml&sample=react-copilot-chatbubble-with-sso&authors=@NishkalankBezawada&title=react-copilot-chatbubble-with-sso%20-%20).
97
+
98
+
## Disclaimer
99
+
100
+
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
0 commit comments