Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nanddeepn committed Oct 5, 2023
1 parent 276080d commit ad8d86c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 40 deletions.
17 changes: 10 additions & 7 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ sidebar_position: 4
- removed Node 16 workflow
- aligned options and documentation power platform. [#5411](https://github.com/pnp/cli-microsoft365/issues/5411)
- renamed option for 'spo user get'. [#5515](https://github.com/pnp/cli-microsoft365/issues/5515)
- renamed 'search externalconnection [verb]' commands to 'to external connection [verb]' [#5531](https://github.com/pnp/cli-microsoft365/issues/5531)

## [v6.11.0](https://github.com/pnp/cli-microsoft365/releases/tag/v6.11.0)

Expand Down Expand Up @@ -714,6 +713,10 @@ sidebar_position: 4
- [purview retentionlabel remove](../cmd/purview/retentionlabel/retentionlabel-remove.mdx) - deletes a retention label [#4149](https://github.com/pnp/cli-microsoft365/issues/4149)
- [purview retentionlabel set](../cmd/purview/retentionlabel/retentionlabel-set.mdx) - updates a retention label [#4148](https://github.com/pnp/cli-microsoft365/issues/4148)

**Search:**

- [search externalconnection schema add](../cmd/external/connection/connection-schema-add.mdx) - adds a schema to a specific external connection [#3171](https://github.com/pnp/cli-microsoft365/issues/3171)

**SharePoint:**

- [spo listitem retentionlabel remove](../cmd/spo/listitem/listitem-retentionlabel-remove.mdx) - clears the retention label from a list item [#4162](https://github.com/pnp/cli-microsoft365/issues/4162)
Expand Down Expand Up @@ -1044,7 +1047,7 @@ sidebar_position: 4

**Search:**

- [search externalConnections remove](../cmd/search/externalconnection/externalconnection-remove.mdx) - allows the administrator to remove a specific external connection used in Microsoft Search [#3170](https://github.com/pnp/cli-microsoft365/issues/3170)
- [search externalConnections remove](../cmd/external/connection/connection-remove.mdx) - allows the administrator to remove a specific external connection used in Microsoft Search [#3170](https://github.com/pnp/cli-microsoft365/issues/3170)

### Changes

Expand Down Expand Up @@ -1087,7 +1090,7 @@ sidebar_position: 4

**Search:**

- [search externalconnection get](../cmd/search/externalconnection/externalconnection-get.mdx) - allows the administrator to get a specific external connection for use in Microsoft Search [#3169](https://github.com/pnp/cli-microsoft365/issues/3169)
- [search externalconnection get](../cmd/external/connection/connection-get.mdx) - allows the administrator to get a specific external connection for use in Microsoft Search [#3169](https://github.com/pnp/cli-microsoft365/issues/3169)

**SharePoint:**

Expand Down Expand Up @@ -1217,7 +1220,7 @@ sidebar_position: 4

**Search:**

- [search externalConnections list](../cmd/search/externalconnection/externalconnection-list.mdx) - lists external connections defined in Microsoft Search [#2790](https://github.com/pnp/cli-microsoft365/issues/2790)
- [search externalConnections list](../cmd/external/connection/connection-list.mdx) - lists external connections defined in Microsoft Search [#2790](https://github.com/pnp/cli-microsoft365/issues/2790)

**Tenant:**

Expand Down Expand Up @@ -1464,7 +1467,7 @@ sidebar_position: 4

**Microsoft Search:**

- [search externalconnection add](../cmd/search/externalconnection/externalconnection-add.mdx) - adds a new external connection to be defined for Microsoft Search [#2662](https://github.com/pnp/cli-microsoft365/issues/2662)
- [search externalconnection add](../cmd/external/connection/connection-add.mdx) - adds a new external connection to be defined for Microsoft Search [#2662](https://github.com/pnp/cli-microsoft365/issues/2662)

**Planner:**

Expand Down Expand Up @@ -2563,7 +2566,7 @@ sidebar_position: 4

**SharePoint Online:**

- [spo apppage set](../cmd/spo/apppage/apppage-set.mdx) - updates the single-part app page [#875](https://github.com/pnp/cli-microsoft365/issues/875)
- [spo apppage set](../cmd/spo/apppage/apppage-set.mdx) - updates the single-part app page [#875](https://github.com/pnp/cli-microsoft365/issues/875)
- [spo feature enable](../cmd/spo/feature/feature-enable.mdx) - enables feature for the specified site or web [#675](https://github.com/pnp/cli-microsoft365/issues/675)

**Microsoft Teams:**
Expand Down Expand Up @@ -3406,4 +3409,4 @@ Initial release.
- [spo storageentity get](../cmd/spo/storageentity/storageentity-get.mdx) - get value of a tenant property
- [spo storageentity list](../cmd/spo/storageentity/storageentity-list.mdx) - list all tenant properties
- [spo storageentity remove](../cmd/spo/storageentity/storageentity-remove.mdx) - remove a tenant property
- [spo storageentity set](../cmd/spo/storageentity/storageentity-set.mdx) - set a tenant property
- [spo storageentity set](../cmd/spo/storageentity/storageentity-set.mdx) - set a tenant property
66 changes: 33 additions & 33 deletions docs/src/config/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,39 @@ const sidebars = {
}
]
},
{
'External (external)': [
{
connection: [
{
type: 'doc',
label: 'connection add',
id: 'cmd/external/connection/connection-add'
},
{
type: 'doc',
label: 'connection get',
id: 'cmd/external/connection/connection-get'
},
{
type: 'doc',
label: 'connection list',
id: 'cmd/external/connection/connection-list'
},
{
type: 'doc',
label: 'connection remove',
id: 'cmd/external/connection/connection-remove'
},
{
type: 'doc',
label: 'connection schema add',
id: 'cmd/external/connection/connection-schema-add'
}
]
}
]
},
{
'File (file)': [
{
Expand Down Expand Up @@ -1636,39 +1669,6 @@ const sidebars = {
}
]
},
{
'External (external)': [
{
connection: [
{
type: 'doc',
label: 'connection add',
id: 'cmd/external/connection/connection-add'
},
{
type: 'doc',
label: 'connection get',
id: 'cmd/external/connection/connection-get'
},
{
type: 'doc',
label: 'connection list',
id: 'cmd/external/connection/connection-list'
},
{
type: 'doc',
label: 'connection remove',
id: 'cmd/external/connection/connection-remove'
},
{
type: 'doc',
label: 'connection schema add',
id: 'cmd/external/connection/connection-schema-add'
}
]
}
]
},
{
'Skype (skype)': [
{
Expand Down

0 comments on commit ad8d86c

Please sign in to comment.