Skip to content

Commit

Permalink
Merge pull request #595 from pnp/main-ai
Browse files Browse the repository at this point in the history
Added category filter for AI
  • Loading branch information
pkbullock authored Oct 8, 2023
2 parents f73554d + c99ac42 commit 0a74757
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions docfx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Find scenarios and scripts here using tools such as ***PnP PowerShell, CLI for M
<div id="post-sample-filter-108" class="sampletype-item filter-choice" data-filter="[data-operation*='configure']" title="Configure Samples">Configure</div>
<div id="post-sample-filter-107" class="sampletype-item filter-choice" data-filter="[data-operation*='report']" title="Report Samples">Report</div>
<div id="post-sample-filter-113" class="sampletype-item filter-choice" data-filter="[data-operation*='security']" title="Security Samples">Security</div>
<div id="post-sample-filter-115" class="sampletype-item filter-choice" data-filter="[data-operation*='ai']" title="AI Samples">AI</div>
</div>

<div class="search-input-wrapper float-l" aria-hidden="true">
Expand Down
3 changes: 2 additions & 1 deletion scripts/azure-open-ai-byod-powershell/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
}
],
"categories": [
"Data"
"Data",
"AI"
],
"tags": [
"Invoke-RestMethod"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"categories": [
"Report",
"Provision"
"Provision",
"AI"
],
"thumbnails": [
{
Expand Down
3 changes: 2 additions & 1 deletion scripts/graph-openai-get-page-summary/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
],
"categories": [
"Content",
"Summary"
"Summary",
"AI"
],
"tags": [
"Connect-MgGraph",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"categories": [
"Status",
"Summary"
"Summary",
"AI"
],
"tags": [
"Invoke-WebRequest"
Expand Down

0 comments on commit 0a74757

Please sign in to comment.