@pnp/cli-microsoft365 9.0.0-beta.2f8dd1e → 9.0.0-beta.d6b190a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.cjs +1 -0
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/Auth.js +9 -17
- package/dist/Command.js +49 -2
- package/dist/chili/chili.js +0 -23
- package/dist/cli/cli.js +61 -101
- package/dist/m365/commands/login.js +44 -96
- package/dist/m365/commands/setup.js +0 -4
- package/dist/m365/entra/commands/m365group/m365group-set.js +66 -29
- package/dist/m365/entra/commands/multitenant/MultitenantOrganization.js +2 -0
- package/dist/m365/entra/commands/multitenant/multitenant-get.js +32 -0
- package/dist/m365/entra/commands.js +1 -0
- package/dist/m365/external/commands/connection/connection-doctor.js +10 -24
- package/dist/m365/flow/commands/flow-list.js +23 -24
- package/dist/m365/graph/commands/subscription/subscription-add.js +4 -2
- package/dist/m365/spe/ContainerTypeProperties.js +2 -0
- package/dist/m365/spe/commands/containertype/containertype-list.js +49 -0
- package/dist/m365/spe/commands.js +2 -1
- package/dist/m365/spfx/commands/project/base-project-command.js +36 -126
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-get.js +16 -21
- package/dist/m365/spo/commands/cdn/cdn-get.js +12 -15
- package/dist/m365/spo/commands/cdn/cdn-set.js +6 -4
- package/dist/m365/spo/commands/commandset/commandset-get.js +31 -17
- package/dist/m365/spo/commands/contenttype/contenttype-field-list.js +124 -0
- package/dist/m365/spo/commands/field/field-list.js +1 -1
- package/dist/m365/spo/commands/group/group-member-add.js +103 -99
- package/dist/m365/spo/commands/page/page-clientsidewebpart-add.js +2 -3
- package/dist/m365/spo/commands/page/page-text-add.js +2 -3
- package/dist/m365/spo/commands/spo-search.js +3 -4
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-get.js +19 -5
- package/dist/m365/spo/commands/tenant/tenant-commandset-get.js +20 -6
- package/dist/m365/spo/commands.js +1 -0
- package/dist/m365/teams/commands/meeting/meeting-attendancereport-get.js +119 -0
- package/dist/m365/teams/commands/message/message-remove.js +112 -0
- package/dist/m365/teams/commands.js +2 -0
- package/dist/m365/viva/commands/engage/engage-community-add.js +166 -0
- package/dist/m365/viva/commands.js +1 -0
- package/dist/utils/formatting.js +30 -1
- package/dist/utils/teams.js +49 -0
- package/dist/utils/validation.js +19 -0
- package/dist/utils/zod.js +124 -0
- package/docs/docs/cmd/entra/m365group/m365group-set.mdx +37 -7
- package/docs/docs/cmd/entra/multitenant/multitenant-get.mdx +94 -0
- package/docs/docs/cmd/external/connection/connection-doctor.mdx +9 -9
- package/docs/docs/cmd/flow/flow-list.mdx +114 -56
- package/docs/docs/cmd/graph/subscription/subscription-add.mdx +18 -0
- package/docs/docs/cmd/spe/containertype/containertype-list.mdx +131 -0
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +85 -36
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +18 -24
- package/docs/docs/cmd/spo/cdn/cdn-set.mdx +3 -3
- package/docs/docs/cmd/spo/commandset/commandset-get.mdx +75 -24
- package/docs/docs/cmd/spo/commandset/commandset-list.mdx +26 -32
- package/docs/docs/cmd/spo/contenttype/contenttype-field-list.mdx +172 -0
- package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +3 -3
- package/docs/docs/cmd/spo/field/field-list.mdx +3 -3
- package/docs/docs/cmd/spo/group/group-member-add.mdx +34 -27
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +79 -30
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +20 -19
- package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +84 -38
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +20 -19
- package/docs/docs/cmd/teams/meeting/meeting-attendancereport-get.mdx +138 -0
- package/docs/docs/cmd/teams/meeting/meeting-list.mdx +7 -3
- package/docs/docs/cmd/teams/message/message-remove.mdx +63 -0
- package/docs/docs/cmd/viva/engage/engage-community-add.mdx +168 -0
- package/npm-shrinkwrap.json +588 -1022
- package/package.json +7 -3
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
4
|
+
|
|
5
|
+
# spo contenttype field list
|
|
6
|
+
|
|
7
|
+
Lists fields for a given site or list content type
|
|
8
|
+
|
|
9
|
+
## Usage
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
m365 spo contenttype field list [options]
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Options
|
|
16
|
+
|
|
17
|
+
```md definition-list
|
|
18
|
+
`-u, --webUrl <webUrl>`
|
|
19
|
+
: Absolute URL of the site where the content type is located.
|
|
20
|
+
|
|
21
|
+
`-i, --contentTypeId [contentTypeId]`
|
|
22
|
+
: The ID of the content type for which to list fields. Specify either `contentTypeId` or `contentTypeName`.
|
|
23
|
+
|
|
24
|
+
`-n, --contentTypeName [contentTypeName]`
|
|
25
|
+
: The name of the content type for which to list fields. Specify either `contentTypeId` or `contentTypeName`.
|
|
26
|
+
|
|
27
|
+
`-l, --listTitle [listTitle]`
|
|
28
|
+
: Optional title of the list where the content type is located. Specify either `listTitle`, `listId` or `listUrl`.
|
|
29
|
+
|
|
30
|
+
`--listId [listId]`
|
|
31
|
+
: Optional ID of the list where the content type is located. Specify either `listTitle`, `listId` or `listUrl`.
|
|
32
|
+
|
|
33
|
+
`--listUrl [listUrl]`
|
|
34
|
+
: Optional server- or web-relative URL of the list where the content type is located. Specify either `listTitle`, `listId` or `listUrl`.
|
|
35
|
+
|
|
36
|
+
`-p, --properties [properties]`
|
|
37
|
+
: Comma-separated list of properties to retrieve. Will retrieve all properties if not specified.
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
<Global />
|
|
41
|
+
|
|
42
|
+
## Examples
|
|
43
|
+
|
|
44
|
+
Retrieves fields for the specified site content type.
|
|
45
|
+
|
|
46
|
+
```sh
|
|
47
|
+
m365 spo contenttype field list --webUrl https://contoso.sharepoint.com/sites/contoso-sales --contentTypeId "0x01"
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Retrieves fields for the specified list content type in the Documents library.
|
|
51
|
+
|
|
52
|
+
```sh
|
|
53
|
+
m365 spo contenttype field list --webUrl https://contoso.sharepoint.com/sites/contoso-sales --contentTypeName "Document" --listTitle "Documents"
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
## Response
|
|
57
|
+
|
|
58
|
+
<Tabs>
|
|
59
|
+
<TabItem value="JSON">
|
|
60
|
+
|
|
61
|
+
```json
|
|
62
|
+
[
|
|
63
|
+
{
|
|
64
|
+
"AutoIndexed": false,
|
|
65
|
+
"CanBeDeleted": false,
|
|
66
|
+
"ClientSideComponentId": "00000000-0000-0000-0000-000000000000",
|
|
67
|
+
"ClientSideComponentProperties": null,
|
|
68
|
+
"ClientValidationFormula": null,
|
|
69
|
+
"ClientValidationMessage": null,
|
|
70
|
+
"CustomFormatter": null,
|
|
71
|
+
"DefaultFormula": null,
|
|
72
|
+
"DefaultValue": null,
|
|
73
|
+
"Description": "",
|
|
74
|
+
"Direction": "none",
|
|
75
|
+
"EnforceUniqueValues": false,
|
|
76
|
+
"EntityPropertyName": "Title",
|
|
77
|
+
"Filterable": true,
|
|
78
|
+
"FromBaseType": true,
|
|
79
|
+
"Group": "_Hidden",
|
|
80
|
+
"Hidden": false,
|
|
81
|
+
"Id": "fa564e0f-0c70-4ab9-b863-0177e6ddd247",
|
|
82
|
+
"Indexed": false,
|
|
83
|
+
"IndexStatus": 0,
|
|
84
|
+
"InternalName": "Title",
|
|
85
|
+
"IsModern": false,
|
|
86
|
+
"JSLink": "clienttemplates.js",
|
|
87
|
+
"PinnedToFiltersPane": false,
|
|
88
|
+
"ReadOnlyField": false,
|
|
89
|
+
"Required": true,
|
|
90
|
+
"SchemaXml": "<Field ID=\"{fa564e0f-0c70-4ab9-b863-0177e6ddd247}\" Name=\"Title\" SourceID=\"http://schemas.microsoft.com/sharepoint/v3\" StaticName=\"Title\" Group=\"_Hidden\" Type=\"Text\" DisplayName=\"Title\" Required=\"TRUE\" FromBaseType=\"TRUE\" DelayActivateTemplateBinding=\"GROUP,SPSPERS,SITEPAGEPUBLISHING\" Customization=\"\" ShowInNewForm=\"TRUE\" ShowInEditForm=\"TRUE\"></Field>",
|
|
91
|
+
"Scope": "/",
|
|
92
|
+
"Sealed": false,
|
|
93
|
+
"ShowInFiltersPane": 0,
|
|
94
|
+
"Sortable": true,
|
|
95
|
+
"StaticName": "Title",
|
|
96
|
+
"Title": "Title",
|
|
97
|
+
"FieldTypeKind": 2,
|
|
98
|
+
"TypeAsString": "Text",
|
|
99
|
+
"TypeDisplayName": "Single line of text",
|
|
100
|
+
"TypeShortDescription": "Single line of text",
|
|
101
|
+
"ValidationFormula": null,
|
|
102
|
+
"ValidationMessage": null,
|
|
103
|
+
"MaxLength": 255
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
</TabItem>
|
|
109
|
+
<TabItem value="Text">
|
|
110
|
+
|
|
111
|
+
```text
|
|
112
|
+
Id Title InternalName Hidden
|
|
113
|
+
------------------------------------ ------ ------------ ------
|
|
114
|
+
5ee2dd25-d941-455a-9bdb-7f2c54aed11b Title Title false
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
</TabItem>
|
|
118
|
+
<TabItem value="CSV">
|
|
119
|
+
|
|
120
|
+
```csv
|
|
121
|
+
AutoIndexed,CanBeDeleted,ClientSideComponentId,ClientSideComponentProperties,ClientValidationFormula,ClientValidationMessage,CustomFormatter,DefaultFormula,DefaultValue,Description,Direction,EnforceUniqueValues,EntityPropertyName,Filterable,FromBaseType,Group,Hidden,Id,Indexed,IndexStatus,InternalName,IsModern,JSLink,PinnedToFiltersPane,ReadOnlyField,Required,SchemaXml,Scope,Sealed,ShowInFiltersPane,Sortable,StaticName,Title,FieldTypeKind,TypeAsString,TypeDisplayName,TypeShortDescription,ValidationFormula,ValidationMessage,EnableLookup
|
|
122
|
+
,,00000000-0000-0000-0000-000000000000,,,,,,,,none,,ContentType,1,,_Hidden,,c042a256-787d-4a6f-8a8a-cf6ab767f12d,,0,ContentType,,,,,,"<Field ID=""{c042a256-787d-4a6f-8a8a-cf6ab767f12d}"" Name=""ContentType"" SourceID=""http://schemas.microsoft.com/sharepoint/v3"" StaticName=""ContentType"" Group=""_Hidden"" Type=""Computed"" DisplayName=""Content Type"" Sealed=""TRUE"" Sortable=""FALSE"" RenderXMLUsingPattern=""TRUE"" PITarget=""MicrosoftWindowsSharePointServices"" PIAttribute=""ContentTypeID"" DelayActivateTemplateBinding=""GROUP,SPSPERS,SITEPAGEPUBLISHING"" Customization=""""><FieldRefs><FieldRef ID=""{03e45e84-1992-4d42-9116-26f756012634}"" Name=""ContentTypeId"" /></FieldRefs><DisplayPattern><MapToContentType><Column Name=""ContentTypeId"" /></MapToContentType></DisplayPattern></Field>",/,1,0,,ContentType,Content Type,12,Computed,Computed,Computed,,,
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
</TabItem>
|
|
126
|
+
<TabItem value="Markdown">
|
|
127
|
+
|
|
128
|
+
```md
|
|
129
|
+
# spo contenttype field list --webUrl "https://contoso.sharepoint.com/sites/contoso-sales" --contentTypeId "0x01"
|
|
130
|
+
|
|
131
|
+
Date: 10/04/2024
|
|
132
|
+
|
|
133
|
+
## Title (fa564e0f-0c70-4ab9-b863-0177e6ddd247)
|
|
134
|
+
|
|
135
|
+
Property | Value
|
|
136
|
+
---------|-------
|
|
137
|
+
AutoIndexed | false
|
|
138
|
+
CanBeDeleted | false
|
|
139
|
+
ClientSideComponentId | 00000000-0000-0000-0000-000000000000
|
|
140
|
+
Description |
|
|
141
|
+
Direction | none
|
|
142
|
+
EnforceUniqueValues | false
|
|
143
|
+
EntityPropertyName | Title
|
|
144
|
+
Filterable | true
|
|
145
|
+
FromBaseType | true
|
|
146
|
+
Group | \_Hidden
|
|
147
|
+
Hidden | false
|
|
148
|
+
Id | fa564e0f-0c70-4ab9-b863-0177e6ddd247
|
|
149
|
+
Indexed | false
|
|
150
|
+
IndexStatus | 0
|
|
151
|
+
InternalName | Title
|
|
152
|
+
IsModern | false
|
|
153
|
+
JSLink | clienttemplates.js
|
|
154
|
+
PinnedToFiltersPane | false
|
|
155
|
+
ReadOnlyField | false
|
|
156
|
+
Required | true
|
|
157
|
+
SchemaXml | <Field ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Name="Title" SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="Title" Group="\_Hidden" Type="Text" DisplayName="Title" Required="TRUE" FromBaseType="TRUE" DelayActivateTemplateBinding="GROUP,SPSPERS,SITEPAGEPUBLISHING" Customization="" ShowInNewForm="TRUE" ShowInEditForm="TRUE"></Field>
|
|
158
|
+
Scope | /
|
|
159
|
+
Sealed | false
|
|
160
|
+
ShowInFiltersPane | 0
|
|
161
|
+
Sortable | true
|
|
162
|
+
StaticName | Title
|
|
163
|
+
Title | Title
|
|
164
|
+
FieldTypeKind | 2
|
|
165
|
+
TypeAsString | Text
|
|
166
|
+
TypeDisplayName | Single line of text
|
|
167
|
+
TypeShortDescription | Single line of text
|
|
168
|
+
MaxLength | 255
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
</TabItem>
|
|
172
|
+
</Tabs>
|
|
@@ -88,9 +88,9 @@ m365 spo contenttype list --webUrl "https://contoso.sharepoint.com/sites/contoso
|
|
|
88
88
|
<TabItem value="Text">
|
|
89
89
|
|
|
90
90
|
```text
|
|
91
|
-
StringId
|
|
92
|
-
|
|
93
|
-
0x01007926A45D687BA842B947286090B8F67D
|
|
91
|
+
StringId Name Hidden ReadOnly Sealed
|
|
92
|
+
-------------------------------------- --------- ------ -------- ------
|
|
93
|
+
0x01007926A45D687BA842B947286090B8F67D PnP Alert false false false
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
</TabItem>
|
|
@@ -116,9 +116,9 @@ m365 spo field list --webUrl https://contoso.sharepoint.com/sites/contoso-sales
|
|
|
116
116
|
<TabItem value="Text">
|
|
117
117
|
|
|
118
118
|
```text
|
|
119
|
-
Id Title
|
|
120
|
-
------------------------------------
|
|
121
|
-
5ee2dd25-d941-455a-9bdb-7f2c54aed11b Start date-time
|
|
119
|
+
Id Title InternalName Hidden
|
|
120
|
+
------------------------------------ --------------- --------------------- ------
|
|
121
|
+
5ee2dd25-d941-455a-9bdb-7f2c54aed11b Start date-time PnPAlertStartDateTime false
|
|
122
122
|
```
|
|
123
123
|
|
|
124
124
|
</TabItem>
|
|
@@ -110,17 +110,21 @@ m365 spo group member add --webUrl https://contoso.sharepoint.com/sites/SiteA --
|
|
|
110
110
|
```json
|
|
111
111
|
[
|
|
112
112
|
{
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"Email": "
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
113
|
+
"Id": 11,
|
|
114
|
+
"IsHiddenInUI": false,
|
|
115
|
+
"LoginName": "i:0#.f|membership|adelev@contoso.onmicrosoft.com",
|
|
116
|
+
"Title": "Adele Vance",
|
|
117
|
+
"PrincipalType": 1,
|
|
118
|
+
"Email": "Adele.Vance@contoso.onmicrosoft.com",
|
|
119
|
+
"Expiration": "",
|
|
120
|
+
"IsEmailAuthenticationGuestUser": false,
|
|
121
|
+
"IsShareByEmailGuestUser": false,
|
|
122
|
+
"IsSiteAdmin": false,
|
|
123
|
+
"UserId": {
|
|
124
|
+
"NameId": "10032001f5ac2029",
|
|
125
|
+
"NameIdIssuer": "urn:federation:microsoftonline"
|
|
126
|
+
},
|
|
127
|
+
"UserPrincipalName": "adelev@contoso.onmicrosoft.com"
|
|
124
128
|
}
|
|
125
129
|
]
|
|
126
130
|
```
|
|
@@ -129,39 +133,42 @@ m365 spo group member add --webUrl https://contoso.sharepoint.com/sites/SiteA --
|
|
|
129
133
|
<TabItem value="Text">
|
|
130
134
|
|
|
131
135
|
```text
|
|
132
|
-
|
|
133
|
-
-----------
|
|
134
|
-
|
|
136
|
+
Title UserPrincipalName
|
|
137
|
+
----------- -------------------------------------
|
|
138
|
+
Adele Vance Adele.Vance@contoso.onmicrosoft.com
|
|
135
139
|
```
|
|
136
140
|
|
|
137
141
|
</TabItem>
|
|
138
142
|
<TabItem value="CSV">
|
|
139
143
|
|
|
140
144
|
```csv
|
|
141
|
-
|
|
142
|
-
|
|
145
|
+
Id,IsHiddenInUI,LoginName,Title,PrincipalType,Email,Expiration,IsEmailAuthenticationGuestUser,IsShareByEmailGuestUser,IsSiteAdmin,UserPrincipalName
|
|
146
|
+
11,,i:0#.f|membership|adelev@contoso.onmicrosoft.com,Adele Vance,1,Adele.Vance@contoso.onmicrosoft.com,,,,,adelev@contoso.onmicrosoft.com
|
|
143
147
|
```
|
|
144
148
|
|
|
145
149
|
</TabItem>
|
|
146
150
|
<TabItem value="Markdown">
|
|
147
151
|
|
|
148
152
|
```md
|
|
149
|
-
# spo group member add --webUrl "https://contoso.sharepoint.com" --groupId "5" --
|
|
153
|
+
# spo group member add --webUrl "https://contoso.sharepoint.com/sites/Marketing" --groupId "5" --userNames "AdeleV@contoso.onmicrosoft.com"
|
|
150
154
|
|
|
151
|
-
Date:
|
|
155
|
+
Date: 10/07/2024
|
|
152
156
|
|
|
153
|
-
##
|
|
157
|
+
## Adele Vance (11)
|
|
154
158
|
|
|
155
159
|
Property | Value
|
|
156
160
|
---------|-------
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
161
|
+
Id | 11
|
|
162
|
+
IsHiddenInUI | false
|
|
163
|
+
LoginName | i:0#.f\|membership\|adelev@contoso.onmicrosoft.com
|
|
164
|
+
Title | Adele Vance
|
|
165
|
+
PrincipalType | 1
|
|
166
|
+
Email | Adele.Vance@contoso.onmicrosoft.com
|
|
167
|
+
Expiration |
|
|
168
|
+
IsEmailAuthenticationGuestUser | false
|
|
169
|
+
IsShareByEmailGuestUser | false
|
|
170
|
+
IsSiteAdmin | false
|
|
171
|
+
UserPrincipalName | adelev@contoso.onmicrosoft.com
|
|
165
172
|
```
|
|
166
173
|
|
|
167
174
|
</TabItem>
|
|
@@ -23,6 +23,9 @@ m365 spo tenant applicationcustomizer get [options]
|
|
|
23
23
|
|
|
24
24
|
`-c, --clientSideComponentId [clientSideComponentId]`
|
|
25
25
|
: The Client Side Component Id (GUID) of the application customizer. Specify either `title`, `id`, or `clientSideComponentId`.
|
|
26
|
+
|
|
27
|
+
`-p, --tenantWideExtensionComponentProperties`
|
|
28
|
+
: Only output the tenant wide extension component properties.
|
|
26
29
|
```
|
|
27
30
|
|
|
28
31
|
<Global />
|
|
@@ -53,26 +56,29 @@ This command can be used for retrieving an application customizer that's install
|
|
|
53
56
|
|
|
54
57
|
## Response
|
|
55
58
|
|
|
59
|
+
### Standard response
|
|
60
|
+
|
|
56
61
|
<Tabs>
|
|
57
62
|
<TabItem value="JSON">
|
|
58
63
|
|
|
59
64
|
```json
|
|
60
65
|
{
|
|
61
66
|
"FileSystemObjectType": 0,
|
|
62
|
-
"Id":
|
|
67
|
+
"Id": 2,
|
|
63
68
|
"ServerRedirectedEmbedUri": null,
|
|
64
69
|
"ServerRedirectedEmbedUrl": "",
|
|
65
|
-
"ContentTypeId": "
|
|
66
|
-
"Title": "
|
|
67
|
-
"Modified": "
|
|
68
|
-
"Created": "
|
|
70
|
+
"ContentTypeId": "0x00DBF24546DE6018449BB43573F3581BF0",
|
|
71
|
+
"Title": "HelloWorld",
|
|
72
|
+
"Modified": "2024-05-16T21:59:09Z",
|
|
73
|
+
"Created": "2024-05-16T21:59:09Z",
|
|
69
74
|
"AuthorId": 9,
|
|
70
75
|
"EditorId": 9,
|
|
71
76
|
"OData__UIVersionString": "1.0",
|
|
72
77
|
"Attachments": false,
|
|
73
|
-
"GUID": "
|
|
78
|
+
"GUID": "dfc6a646-742b-4d9d-9fcf-892a972298ff",
|
|
79
|
+
"OData__ColorTag": null,
|
|
74
80
|
"ComplianceAssetId": null,
|
|
75
|
-
"TenantWideExtensionComponentId": "
|
|
81
|
+
"TenantWideExtensionComponentId": "9a8b100c-246b-4592-9454-67826523e159",
|
|
76
82
|
"TenantWideExtensionComponentProperties": "{\"testMessage\":\"Test message\"}",
|
|
77
83
|
"TenantWideExtensionWebTemplate": null,
|
|
78
84
|
"TenantWideExtensionListTemplate": 0,
|
|
@@ -90,17 +96,18 @@ This command can be used for retrieving an application customizer that's install
|
|
|
90
96
|
Attachments : false
|
|
91
97
|
AuthorId : 9
|
|
92
98
|
ComplianceAssetId : null
|
|
93
|
-
ContentTypeId :
|
|
94
|
-
Created :
|
|
99
|
+
ContentTypeId : 0x00DBF24546DE6018449BB43573F3581BF0
|
|
100
|
+
Created : 2024-05-16T21:59:09Z
|
|
95
101
|
EditorId : 9
|
|
96
102
|
FileSystemObjectType : 0
|
|
97
|
-
GUID :
|
|
98
|
-
Id :
|
|
99
|
-
Modified :
|
|
103
|
+
GUID : dfc6a646-742b-4d9d-9fcf-892a972298ff
|
|
104
|
+
Id : 2
|
|
105
|
+
Modified : 2024-05-16T21:59:09Z
|
|
106
|
+
OData__ColorTag : null
|
|
100
107
|
OData__UIVersionString : 1.0
|
|
101
108
|
ServerRedirectedEmbedUri : null
|
|
102
109
|
ServerRedirectedEmbedUrl :
|
|
103
|
-
TenantWideExtensionComponentId :
|
|
110
|
+
TenantWideExtensionComponentId : 9a8b100c-246b-4592-9454-67826523e159
|
|
104
111
|
TenantWideExtensionComponentProperties: {"testMessage":"Test message"}
|
|
105
112
|
TenantWideExtensionDisabled : false
|
|
106
113
|
TenantWideExtensionHostProperties : null
|
|
@@ -108,51 +115,93 @@ This command can be used for retrieving an application customizer that's install
|
|
|
108
115
|
TenantWideExtensionLocation : ClientSideExtension.ApplicationCustomizer
|
|
109
116
|
TenantWideExtensionSequence : 0
|
|
110
117
|
TenantWideExtensionWebTemplate : null
|
|
111
|
-
Title :
|
|
118
|
+
Title : HelloWorld
|
|
112
119
|
```
|
|
113
120
|
|
|
114
121
|
</TabItem>
|
|
115
122
|
<TabItem value="CSV">
|
|
116
123
|
|
|
117
124
|
```csv
|
|
118
|
-
FileSystemObjectType,Id,ServerRedirectedEmbedUri,ServerRedirectedEmbedUrl,ContentTypeId,Title,Modified,Created,AuthorId,EditorId,OData__UIVersionString,Attachments,GUID,ComplianceAssetId,TenantWideExtensionComponentId,TenantWideExtensionComponentProperties,TenantWideExtensionWebTemplate,TenantWideExtensionListTemplate,TenantWideExtensionLocation,TenantWideExtensionSequence,TenantWideExtensionHostProperties,TenantWideExtensionDisabled
|
|
119
|
-
0,
|
|
125
|
+
FileSystemObjectType,Id,ServerRedirectedEmbedUri,ServerRedirectedEmbedUrl,ContentTypeId,Title,Modified,Created,AuthorId,EditorId,OData__UIVersionString,Attachments,GUID,OData__ColorTag,ComplianceAssetId,TenantWideExtensionComponentId,TenantWideExtensionComponentProperties,TenantWideExtensionWebTemplate,TenantWideExtensionListTemplate,TenantWideExtensionLocation,TenantWideExtensionSequence,TenantWideExtensionHostProperties,TenantWideExtensionDisabled
|
|
126
|
+
0,2,,,0x00DBF24546DE6018449BB43573F3581BF0,HelloWorld,2024-05-16T21:59:09Z,2024-05-16T21:59:09Z,9,9,1.0,,dfc6a646-742b-4d9d-9fcf-892a972298ff,,,9a8b100c-246b-4592-9454-67826523e159,"{""testMessage"":""Test message""}",,0,ClientSideExtension.ApplicationCustomizer,0,,
|
|
120
127
|
```
|
|
121
128
|
|
|
122
129
|
</TabItem>
|
|
123
130
|
<TabItem value="Markdown">
|
|
124
131
|
|
|
125
132
|
```md
|
|
126
|
-
# spo tenant applicationcustomizer get --
|
|
133
|
+
# spo tenant applicationcustomizer get --id "2"
|
|
127
134
|
|
|
128
|
-
Date:
|
|
135
|
+
Date: 17/05/2024
|
|
129
136
|
|
|
130
|
-
##
|
|
137
|
+
## HelloWorld (2)
|
|
131
138
|
|
|
132
139
|
Property | Value
|
|
133
140
|
---------|-------
|
|
134
141
|
FileSystemObjectType | 0
|
|
135
|
-
Id |
|
|
136
|
-
ServerRedirectedEmbedUri | null
|
|
142
|
+
Id | 2
|
|
137
143
|
ServerRedirectedEmbedUrl |
|
|
138
|
-
ContentTypeId |
|
|
139
|
-
Title |
|
|
140
|
-
Modified |
|
|
141
|
-
Created |
|
|
144
|
+
ContentTypeId | 0x00DBF24546DE6018449BB43573F3581BF0
|
|
145
|
+
Title | HelloWorld
|
|
146
|
+
Modified | 2024-05-16T21:59:09Z
|
|
147
|
+
Created | 2024-05-16T21:59:09Z
|
|
142
148
|
AuthorId | 9
|
|
143
149
|
EditorId | 9
|
|
144
150
|
OData\_\_UIVersionString | 1.0
|
|
145
151
|
Attachments | false
|
|
146
|
-
GUID |
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
TenantWideExtensionWebTemplate | null
|
|
152
|
+
GUID | dfc6a646-742b-4d9d-9fcf-892a972298ff
|
|
153
|
+
TenantWideExtensionComponentId | 9a8b100c-246b-4592-9454-67826523e159
|
|
154
|
+
TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
|
|
150
155
|
TenantWideExtensionListTemplate | 0
|
|
151
156
|
TenantWideExtensionLocation | ClientSideExtension.ApplicationCustomizer
|
|
152
157
|
TenantWideExtensionSequence | 0
|
|
153
|
-
TenantWideExtensionHostProperties | null
|
|
154
158
|
TenantWideExtensionDisabled | false
|
|
155
159
|
```
|
|
156
160
|
|
|
157
161
|
</TabItem>
|
|
158
162
|
</Tabs>
|
|
163
|
+
|
|
164
|
+
### `tenantWideExtensionComponentProperties` response
|
|
165
|
+
|
|
166
|
+
<Tabs>
|
|
167
|
+
<TabItem value="JSON">
|
|
168
|
+
|
|
169
|
+
```json
|
|
170
|
+
{
|
|
171
|
+
"sampleTextOne": "One item is selected in the list.",
|
|
172
|
+
"sampleTextTwo": "This command is always visible."
|
|
173
|
+
}
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
</TabItem>
|
|
177
|
+
<TabItem value="Text">
|
|
178
|
+
|
|
179
|
+
```txt
|
|
180
|
+
sampleTextOne: One item is selected in the list.
|
|
181
|
+
sampleTextTwo: This command is always visible.
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
</TabItem>
|
|
185
|
+
<TabItem value="CSV">
|
|
186
|
+
|
|
187
|
+
```csv
|
|
188
|
+
sampleTextOne,sampleTextTwo
|
|
189
|
+
One item is selected in the list.,This command is always visible.
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
</TabItem>
|
|
193
|
+
<TabItem value="Markdown">
|
|
194
|
+
|
|
195
|
+
```md
|
|
196
|
+
# spo tenant commandset get --id "1" --tenantWideExtensionComponentProperties "true"
|
|
197
|
+
|
|
198
|
+
Date: 16/05/2024
|
|
199
|
+
|
|
200
|
+
Property | Value
|
|
201
|
+
---------|-------
|
|
202
|
+
sampleTextOne | One item is selected in the list.
|
|
203
|
+
sampleTextTwo | This command is always visible.
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
</TabItem>
|
|
207
|
+
</Tabs>
|
|
@@ -37,21 +37,21 @@ m365 spo tenant applicationcustomizer list
|
|
|
37
37
|
[
|
|
38
38
|
{
|
|
39
39
|
"FileSystemObjectType": 0,
|
|
40
|
-
"Id":
|
|
40
|
+
"Id": 2,
|
|
41
41
|
"ServerRedirectedEmbedUri": null,
|
|
42
42
|
"ServerRedirectedEmbedUrl": "",
|
|
43
|
-
"ContentTypeId": "
|
|
43
|
+
"ContentTypeId": "0x00DBF24546DE6018449BB43573F3581BF0",
|
|
44
44
|
"Title": "HelloWorld",
|
|
45
|
-
"Modified": "
|
|
46
|
-
"Created": "
|
|
45
|
+
"Modified": "2024-05-16T21:59:09Z",
|
|
46
|
+
"Created": "2024-05-16T21:59:09Z",
|
|
47
47
|
"AuthorId": 9,
|
|
48
48
|
"EditorId": 9,
|
|
49
49
|
"OData__UIVersionString": "1.0",
|
|
50
50
|
"Attachments": false,
|
|
51
|
-
"GUID": "
|
|
51
|
+
"GUID": "dfc6a646-742b-4d9d-9fcf-892a972298ff",
|
|
52
52
|
"OData__ColorTag": null,
|
|
53
53
|
"ComplianceAssetId": null,
|
|
54
|
-
"TenantWideExtensionComponentId": "
|
|
54
|
+
"TenantWideExtensionComponentId": "9a8b100c-246b-4592-9454-67826523e159",
|
|
55
55
|
"TenantWideExtensionComponentProperties": "{\"testMessage\":\"Test message\"}",
|
|
56
56
|
"TenantWideExtensionWebTemplate": null,
|
|
57
57
|
"TenantWideExtensionListTemplate": 0,
|
|
@@ -67,17 +67,17 @@ m365 spo tenant applicationcustomizer list
|
|
|
67
67
|
<TabItem value="Text">
|
|
68
68
|
|
|
69
69
|
```text
|
|
70
|
-
TenantWideExtensionComponentId
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
TenantWideExtensionComponentId TenantWideExtensionWebTemplate Title
|
|
71
|
+
------------------------------------ ------------------------------ ----------
|
|
72
|
+
9a8b100c-246b-4592-9454-67826523e159 null HelloWorld
|
|
73
73
|
```
|
|
74
74
|
|
|
75
75
|
</TabItem>
|
|
76
76
|
<TabItem value="CSV">
|
|
77
77
|
|
|
78
78
|
```csv
|
|
79
|
-
FileSystemObjectType,Id,ServerRedirectedEmbedUrl,ContentTypeId,Title,Modified,Created,AuthorId,EditorId,OData__UIVersionString,Attachments,GUID,TenantWideExtensionComponentId,TenantWideExtensionComponentProperties,TenantWideExtensionListTemplate,TenantWideExtensionLocation,TenantWideExtensionSequence,TenantWideExtensionDisabled
|
|
80
|
-
0,
|
|
79
|
+
FileSystemObjectType,Id,ServerRedirectedEmbedUri,ServerRedirectedEmbedUrl,ContentTypeId,Title,Modified,Created,AuthorId,EditorId,OData__UIVersionString,Attachments,GUID,OData__ColorTag,ComplianceAssetId,TenantWideExtensionComponentId,TenantWideExtensionComponentProperties,TenantWideExtensionWebTemplate,TenantWideExtensionListTemplate,TenantWideExtensionLocation,TenantWideExtensionSequence,TenantWideExtensionHostProperties,TenantWideExtensionDisabled
|
|
80
|
+
0,2,,,0x00DBF24546DE6018449BB43573F3581BF0,HelloWorld,2024-05-16T21:59:09Z,2024-05-16T21:59:09Z,9,9,1.0,,dfc6a646-742b-4d9d-9fcf-892a972298ff,,,9a8b100c-246b-4592-9454-67826523e159,"{""testMessage"":""Test message""}",,0,ClientSideExtension.ApplicationCustomizer,0,,
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
</TabItem>
|
|
@@ -86,25 +86,26 @@ m365 spo tenant applicationcustomizer list
|
|
|
86
86
|
```md
|
|
87
87
|
# spo tenant applicationcustomizer list
|
|
88
88
|
|
|
89
|
-
Date:
|
|
89
|
+
Date: 17/05/2024
|
|
90
90
|
|
|
91
|
-
## HelloWorld (
|
|
91
|
+
## HelloWorld (2)
|
|
92
92
|
|
|
93
93
|
Property | Value
|
|
94
94
|
---------|-------
|
|
95
95
|
FileSystemObjectType | 0
|
|
96
|
-
Id |
|
|
96
|
+
Id | 2
|
|
97
97
|
ServerRedirectedEmbedUrl |
|
|
98
|
-
ContentTypeId |
|
|
98
|
+
ContentTypeId | 0x00DBF24546DE6018449BB43573F3581BF0
|
|
99
99
|
Title | HelloWorld
|
|
100
|
-
Modified |
|
|
101
|
-
Created |
|
|
100
|
+
Modified | 2024-05-16T21:59:09Z
|
|
101
|
+
Created | 2024-05-16T21:59:09Z
|
|
102
102
|
AuthorId | 9
|
|
103
103
|
EditorId | 9
|
|
104
104
|
OData\_\_UIVersionString | 1.0
|
|
105
105
|
Attachments | false
|
|
106
|
-
GUID |
|
|
107
|
-
TenantWideExtensionComponentId |
|
|
106
|
+
GUID | dfc6a646-742b-4d9d-9fcf-892a972298ff
|
|
107
|
+
TenantWideExtensionComponentId | 9a8b100c-246b-4592-9454-67826523e159
|
|
108
|
+
TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
|
|
108
109
|
TenantWideExtensionListTemplate | 0
|
|
109
110
|
TenantWideExtensionLocation | ClientSideExtension.ApplicationCustomizer
|
|
110
111
|
TenantWideExtensionSequence | 0
|