-
![image](https://github.com/user-attachments/assets/0c4c25ac-8a79-40de-9527-4751ba805566)
It is possible to configure the oidc single sign-on attributes & claims using bicep? The ones in the screen…
-
I am already raised tickets to the ms-graph team but they pointed me to here.
I am trying to activate my eligible assignment for PIM for Groups:
https://learn.microsoft.com/en-us/graph/api/privileg…
-
Hi,
I am very new to MS Graph API, but have successfully developed connectivity with other product APIs such as Xero.
I have an open item TrackingID#2410040050002672 and was advised to post a ques…
-
I would record a call on teams using Graph API.
As mentionned in [documentation](https://docs.microsoft.com/en-us/graph/api/call-record?view=graph-rest-beta) .
I make a request
```
POST https…
-
### Current Behavior
When I have a dependency definition like this:
```
dependencies {
api platform('foo.platform:main:1.0')
api platform('foo.platform:externals') // direct dependency to en…
-
```
import json
from pydantic import BaseModel
from scrapegraphai.graphs import SmartScraperGraph
# Define the configuration for the scraping pipeline
graph_config = {
"llm": {
…
-
### Is your feature request related to a problem? Please describe the problem.
I'm trying to create access packages with policies included, and can't find a way to modifify the default `isRequestorJu…
-
Hello!
It's very intresting to know how to send post-api calls via this plugin.
Is there some solution?
-
-
支持Unity6默认开启 RenderGraph的话,还要对pass脚本做些修改。一点建议:我的做法是在Volume基类自己封一个Blit方法,给各个子类调用,并且shader需要微调一下,添加Blit.hlsl引用,替换_PostSource为_BlitTexture等等。