Skip to content

Commit 048e43a

Browse files
Release v3.0.38 (#62)
Co-authored-by: Adam-it <[email protected]>
1 parent 2bb2744 commit 048e43a

File tree

9 files changed

+2628
-2547
lines changed

9 files changed

+2628
-2547
lines changed

data/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"content": [
33
"",
44
"`-h, --help [help]`",
5-
": Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are `options`, `examples`, `remarks`, `response`, `full`. Default is `options`.",
5+
": Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are `options`, `examples`, `remarks`, `permissions`, `response`, `full`. Default is `options`.",
66
"",
77
"`--query [query]`",
88
": JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples.",

data/m365Model.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,6 +2740,11 @@
27402740
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/page/page-control-list.mdx",
27412741
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/page/page-control-list"
27422742
},
2743+
{
2744+
"name": "spo page control remove",
2745+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/page/page-control-remove.mdx",
2746+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/page/page-control-remove"
2747+
},
27432748
{
27442749
"name": "spo page control set",
27452750
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/page/page-control-set.mdx",

data/samples.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,36 @@
253253
"createDate": "2021-06-25",
254254
"source": "script-samples"
255255
},
256+
{
257+
"title": "Copilot Studio assets automation",
258+
"url": "https://pnp.github.io/script-samples/copilot-studio-assets-automation/README.html",
259+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/copilot-studio-assets-automation/README.md",
260+
"description": "Script prompt/import/export of embeddings, actions, prompt libraries.",
261+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/copilot-studio-assets-automation/assets/preview.png",
262+
"type": [
263+
"powershell"
264+
],
265+
"tabTag": [
266+
"#tab/cli-m365-ps"
267+
],
268+
"authors": [
269+
{
270+
"name": "Valeras Narbutas",
271+
"pictureUrl": "https://github.com/ValerasNarbutas.png"
272+
}
273+
],
274+
"tags": [
275+
"Copilot Studio",
276+
"Automation",
277+
"Embeddings",
278+
"Actions",
279+
"Prompt Libraries",
280+
"Graph PowerShell",
281+
"CLI for Microsoft 365"
282+
],
283+
"createDate": "2025-07-16",
284+
"source": "script-samples"
285+
},
256286
{
257287
"title": "Create Modern Sites as alternative primary language",
258288
"url": "https://pnp.github.io/script-samples/create-comm-sites-specific-locale/README.html",
@@ -4062,6 +4092,43 @@
40624092
"createDate": "2021-03-20",
40634093
"source": "script-samples"
40644094
},
4095+
{
4096+
"title": "Tenant Governance Compliance Report",
4097+
"url": "https://pnp.github.io/script-samples/tenant-governance-compliance-report/README.html",
4098+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/tenant-governance-compliance-report/README.md",
4099+
"description": "Auto-collect stale Teams/sites, label stats, Purview scans using CLI for M365, Graph PowerShell, and Azure CLI",
4100+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/tenant-governance-compliance-report/assets/preview.png",
4101+
"type": [
4102+
"powershell"
4103+
],
4104+
"tabTag": [
4105+
"#tab/cli-m365-ps"
4106+
],
4107+
"authors": [
4108+
{
4109+
"name": "Valeras Narbutas",
4110+
"pictureUrl": "https://github.com/ValerasNarbutas.png"
4111+
}
4112+
],
4113+
"tags": [
4114+
"m365 spo site list",
4115+
"m365 teams team list",
4116+
"Get-MgInformationProtectionPolicyLabel",
4117+
"Get-MgSecurityAlert",
4118+
"az purview account list",
4119+
"az purview scan list",
4120+
"az group list",
4121+
"Connect-MgGraph",
4122+
"Disconnect-MgGraph",
4123+
"governance",
4124+
"compliance",
4125+
"purview",
4126+
"sensitivity labels",
4127+
"stale content"
4128+
],
4129+
"createDate": "2025-07-16",
4130+
"source": "script-samples"
4131+
},
40654132
{
40664133
"title": "Get notified in Microsoft Teams about SharePoint health incidents",
40674134
"url": "https://pnp.github.io/script-samples/tenant-health-notify-teams/README.html",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cli-for-microsoft-365-extension",
33
"displayName": "CLI for Microsoft 365 extension",
44
"description": "This extension provides functionalities that may be helpful when creating scripts using CLI for Microsoft 365 like docs, commands list, sample gallery and many more.",
5-
"version": "3.0.37",
5+
"version": "3.0.38",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)