@pnp/cli-microsoft365 7.0.0-beta.c0afb7b → 7.0.0-beta.c2db9df
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/README.md +4 -4
- package/dist/cli/Cli.js +3 -3
- package/dist/m365/aad/commands/app/app-add.js +8 -8
- package/dist/m365/aad/commands/app/app-get.js +4 -1
- package/dist/m365/aad/commands/app/app-remove.js +3 -1
- package/dist/m365/aad/commands/app/app-role-add.js +9 -6
- package/dist/m365/aad/commands/app/app-role-list.js +4 -1
- package/dist/m365/aad/commands/app/app-role-remove.js +5 -2
- package/dist/m365/aad/commands/app/app-set.js +9 -6
- package/dist/m365/aad/commands/approleassignment/approleassignment-add.js +7 -2
- package/dist/m365/aad/commands/group/group-get.js +4 -4
- package/dist/m365/aad/commands/group/group-list.js +1 -23
- package/dist/m365/aad/commands/m365group/m365group-add.js +12 -9
- package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-remove.js +3 -1
- package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-restore.js +4 -1
- package/dist/m365/aad/commands/m365group/m365group-teamify.js +4 -1
- package/dist/m365/aad/commands/policy/policy-list.js +5 -5
- package/dist/m365/aad/commands/sp/sp-add.js +4 -1
- package/dist/m365/aad/commands/sp/sp-get.js +4 -1
- package/dist/m365/aad/commands/user/user-get.js +7 -2
- package/dist/m365/booking/commands/business/business-get.js +4 -1
- package/dist/m365/cli/commands/cli-issue.js +5 -5
- package/dist/m365/cli/commands/config/config-get.js +5 -5
- package/dist/m365/cli/commands/config/config-reset.js +5 -5
- package/dist/m365/cli/commands/config/config-set.js +5 -5
- package/dist/m365/commands/login.js +5 -5
- package/dist/m365/commands/request.js +1 -1
- package/dist/m365/flow/commands/owner/owner-ensure.js +5 -5
- package/dist/m365/outlook/commands/message/message-list.js +4 -2
- package/dist/m365/outlook/commands/message/message-move.js +4 -2
- package/dist/m365/pa/commands/app/app-export.js +7 -7
- package/dist/m365/pa/commands/app/app-owner-set.js +5 -5
- package/dist/m365/pa/commands/app/app-permission-ensure.js +5 -5
- package/dist/m365/planner/commands/bucket/bucket-get.js +5 -1
- package/dist/m365/planner/commands/bucket/bucket-remove.js +3 -1
- package/dist/m365/planner/commands/bucket/bucket-set.js +4 -1
- package/dist/m365/planner/commands/task/task-add.js +17 -11
- package/dist/m365/planner/commands/task/task-get.js +42 -27
- package/dist/m365/planner/commands/task/task-list.js +26 -19
- package/dist/m365/planner/commands/task/task-remove.js +45 -37
- package/dist/m365/planner/commands/task/task-set.js +35 -23
- package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +4 -1
- package/dist/m365/pp/commands/card/card-get.js +3 -5
- package/dist/m365/pp/commands/chatbot/chatbot-get.js +3 -1
- package/dist/m365/pp/commands/managementapp/managementapp-add.js +4 -1
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-add.js +14 -14
- package/dist/m365/search/commands/externalconnection/externalconnection-remove.js +3 -1
- package/dist/m365/spfx/commands/package/package-generate.js +15 -15
- package/dist/m365/spfx/commands/project/DeployWorkflow.js +55 -0
- package/dist/m365/spfx/commands/project/project-doctor/{doctor-1.18.0-beta.5.js → doctor-1.18.0-rc.1.js} +2 -2
- package/dist/m365/spfx/commands/project/project-doctor.js +9 -9
- package/dist/m365/spfx/commands/project/project-github-workflow-add.js +157 -0
- package/dist/m365/spfx/commands/project/project-github-workflow-model.js +2 -0
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002028_DEVDEP_microsoft_rush_stack_compiler_4_7.js +13 -0
- package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.18.0-beta.5.js → upgrade-1.18.0-rc.1.js} +35 -27
- package/dist/m365/spfx/commands/project/project-upgrade.js +14 -14
- package/dist/m365/spfx/commands/spfx-doctor.js +3 -3
- package/dist/m365/spfx/commands.js +1 -0
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-add.js +5 -5
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-get.js +5 -3
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-list.js +5 -5
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-remove.js +2 -2
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +3 -2
- package/dist/m365/spo/commands/commandset/commandset-add.js +11 -11
- package/dist/m365/spo/commands/commandset/commandset-get.js +12 -10
- package/dist/m365/spo/commands/commandset/commandset-list.js +5 -5
- package/dist/m365/spo/commands/commandset/commandset-remove.js +7 -6
- package/dist/m365/spo/commands/commandset/commandset-set.js +14 -12
- package/dist/m365/spo/commands/customaction/customaction-get.js +5 -2
- package/dist/m365/spo/commands/customaction/customaction-remove.js +3 -1
- package/dist/m365/spo/commands/eventreceiver/eventreceiver-get.js +3 -1
- package/dist/m365/spo/commands/file/file-get.js +9 -6
- package/dist/m365/spo/commands/file/file-sharinglink-add.js +8 -8
- package/dist/m365/spo/commands/file/file-sharinglink-list.js +5 -5
- package/dist/m365/spo/commands/hubsite/hubsite-connect.js +7 -4
- package/dist/m365/spo/commands/hubsite/hubsite-disconnect.js +4 -1
- package/dist/m365/spo/commands/hubsite/hubsite-get.js +3 -1
- package/dist/m365/spo/commands/list/list-add.js +4 -4
- package/dist/m365/spo/commands/list/list-set.js +4 -4
- package/dist/m365/spo/commands/listitem/listitem-add.js +1 -0
- package/dist/m365/spo/commands/listitem/listitem-set.js +3 -2
- package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-add.js +8 -8
- package/dist/m365/spo/commands/page/clientsidepages.js +18 -0
- package/dist/m365/spo/commands/page/page-get.js +1 -0
- package/dist/m365/spo/commands/page/page-list.js +4 -3
- package/dist/m365/spo/commands/page/page-section-add.js +56 -21
- package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-set.js +30 -32
- package/dist/m365/spo/commands/site/site-add.js +114 -161
- package/dist/m365/spo/commands/site/site-apppermission-add.js +15 -18
- package/dist/m365/spo/commands/site/site-apppermission-remove.js +34 -38
- package/dist/m365/spo/commands/site/site-apppermission-set.js +11 -14
- package/dist/m365/spo/commands/site/site-ensure.js +13 -66
- package/dist/m365/spo/commands/site/site-list.js +5 -7
- package/dist/m365/spo/commands/site/site-recyclebinitem-list.js +6 -6
- package/dist/m365/spo/commands/site/site-remove.js +166 -210
- package/dist/m365/spo/commands/site/site-set.js +121 -153
- package/dist/m365/spo/commands/tenant/tenant-appcatalog-add.js +1 -1
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-get.js +8 -3
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-list.js +3 -2
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-remove.js +2 -1
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-set.js +3 -2
- package/dist/m365/spo/commands/tenant/tenant-commandset-add.js +8 -8
- package/dist/m365/spo/commands/tenant/tenant-commandset-get.js +8 -3
- package/dist/m365/spo/commands/tenant/tenant-commandset-list.js +3 -2
- package/dist/m365/spo/commands/tenant/tenant-commandset-remove.js +3 -1
- package/dist/m365/spo/commands/tenant/tenant-commandset-set.js +8 -8
- package/dist/m365/spo/commands/tenant/tenant-settings-set.js +4 -4
- package/dist/m365/spo/commands/term/term-get.js +6 -6
- package/dist/m365/spo/commands/web/web-roleinheritance-break.js +3 -3
- package/dist/m365/spo/commands/web/web-set.js +5 -5
- package/dist/m365/teams/commands/app/app-list.js +5 -5
- package/dist/m365/teams/commands/channel/channel-add.js +5 -1
- package/dist/m365/teams/commands/channel/channel-member-add.js +4 -2
- package/dist/m365/teams/commands/channel/channel-member-remove.js +3 -1
- package/dist/m365/teams/commands/channel/channel-member-set.js +4 -1
- package/dist/m365/teams/commands/chat/chat-get.js +7 -10
- package/dist/m365/teams/commands/chat/chat-member-add.js +5 -5
- package/dist/m365/teams/commands/chat/chat-message-send.js +8 -10
- package/dist/m365/teams/commands/funsettings/funsettings-set.js +4 -4
- package/dist/m365/teams/commands/guestsettings/guestsettings-set.js +4 -4
- package/dist/m365/teams/commands/membersettings/membersettings-set.js +4 -4
- package/dist/m365/teams/commands/messagingsettings/messagingsettings-set.js +5 -5
- package/dist/m365/teams/commands/team/team-clone.js +5 -10
- package/dist/m365/teams/commands/team/team-list.js +94 -30
- package/dist/m365/teams/commands/team/team-set.js +3 -3
- package/dist/m365/tenant/commands/info/info-get.js +83 -0
- package/dist/m365/tenant/commands.js +1 -0
- package/dist/m365/todo/commands/task/task-add.js +6 -6
- package/dist/m365/yammer/commands/message/message-list.js +5 -5
- package/dist/m365/yammer/commands/yammer-search.js +5 -5
- package/dist/utils/aadGroup.js +23 -3
- package/dist/utils/formatting.js +7 -0
- package/dist/utils/fsUtil.js +5 -0
- package/dist/utils/powerPlatform.js +1 -1
- package/dist/utils/spo.js +582 -0
- package/docs/docs/cmd/aad/group/group-get.mdx +5 -5
- package/docs/docs/cmd/aad/group/group-list.mdx +0 -11
- package/docs/docs/cmd/aad/policy/policy-list.mdx +5 -5
- package/docs/docs/cmd/cli/config/config-list.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-export.mdx +5 -5
- package/docs/docs/cmd/planner/task/task-add.mdx +22 -7
- package/docs/docs/cmd/planner/task/task-get.mdx +13 -4
- package/docs/docs/cmd/planner/task/task-list.mdx +22 -7
- package/docs/docs/cmd/planner/task/task-remove.mdx +25 -8
- package/docs/docs/cmd/planner/task/task-set.mdx +22 -7
- package/docs/docs/cmd/spfx/project/project-github-workflow-add.mdx +94 -0
- package/docs/docs/cmd/spo/listitem/listitem-add.mdx +2 -5
- package/docs/docs/cmd/spo/listitem/listitem-set.mdx +2 -5
- package/docs/docs/cmd/spo/page/page-get.mdx +0 -1
- package/docs/docs/cmd/spo/page/page-list.mdx +0 -1
- package/docs/docs/cmd/spo/page/page-section-add.mdx +25 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +2 -4
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +2 -4
- package/docs/docs/cmd/teams/team/team-clone.mdx +3 -3
- package/docs/docs/cmd/teams/team/team-list.mdx +47 -22
- package/docs/docs/cmd/tenant/info/info-get.mdx +101 -0
- package/npm-shrinkwrap.json +196 -193
- package/package.json +8 -12
|
@@ -36,7 +36,6 @@ m365 spo tenant commandset list
|
|
|
36
36
|
"Id": 9,
|
|
37
37
|
"ServerRedirectedEmbedUri": null,
|
|
38
38
|
"ServerRedirectedEmbedUrl": "",
|
|
39
|
-
"ID": 9,
|
|
40
39
|
"ContentTypeId": "0x00693E2C487575B448BD420C12CEAE7EFE",
|
|
41
40
|
"Title": "HelloWorld",
|
|
42
41
|
"Modified": "2023-05-25T12:11:21Z",
|
|
@@ -73,8 +72,8 @@ m365 spo tenant commandset list
|
|
|
73
72
|
<TabItem value="CSV">
|
|
74
73
|
|
|
75
74
|
```csv
|
|
76
|
-
FileSystemObjectType,Id,ServerRedirectedEmbedUrl,
|
|
77
|
-
0,9,,
|
|
75
|
+
FileSystemObjectType,Id,ServerRedirectedEmbedUrl,ContentTypeId,Title,Modified,Created,AuthorId,EditorId,OData__UIVersionString,Attachments,GUID,TenantWideExtensionComponentId,TenantWideExtensionComponentProperties,TenantWideExtensionListTemplate,TenantWideExtensionLocation,TenantWideExtensionSequence,TenantWideExtensionDisabled
|
|
76
|
+
0,9,,0x00693E2C487575B448BD420C12CEAE7EFE,HelloWorld,2023-05-25T12:11:21Z,2023-05-25T12:11:21Z,9,9,1.0,,6c47dd94-f5d5-4ea8-8b39-920385a56c37,f61d4ae8-3480-4541-930b-d641233c4fea,"{""sampleTextOne"":""One item is selected in the list."", ""sampleTextTwo"":""This command is always visible.""}",100,ClientSideExtension.ListViewCommandSet.CommandBar,0,
|
|
78
77
|
```
|
|
79
78
|
|
|
80
79
|
</TabItem>
|
|
@@ -92,7 +91,6 @@ m365 spo tenant commandset list
|
|
|
92
91
|
FileSystemObjectType | 0
|
|
93
92
|
Id | 9
|
|
94
93
|
ServerRedirectedEmbedUrl |
|
|
95
|
-
ID | 9
|
|
96
94
|
ContentTypeId | 0x00693E2C487575B448BD420C12CEAE7EFE
|
|
97
95
|
Title | HelloWorld
|
|
98
96
|
Modified | 2023-05-25T12:11:21Z
|
|
@@ -13,11 +13,11 @@ m365 teams team clone [options]
|
|
|
13
13
|
## Options
|
|
14
14
|
|
|
15
15
|
```md definition-list
|
|
16
|
-
`-i, --id
|
|
16
|
+
`-i, --id <id>`
|
|
17
17
|
: The ID of the Microsoft Teams team to clone.
|
|
18
18
|
|
|
19
|
-
`-n, --name
|
|
20
|
-
: The display name for the new Microsoft Teams
|
|
19
|
+
`-n, --name <name>`
|
|
20
|
+
: The display name for the new Microsoft Teams team.
|
|
21
21
|
|
|
22
22
|
`-p, --partsToClone <partsToClone>`
|
|
23
23
|
: A comma-separated list of the parts to clone. Allowed values are `apps`, `channels`, `members`, `settings`, `tabs`.
|
|
@@ -16,29 +16,62 @@ m365 teams team list [options]
|
|
|
16
16
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-j, --joined`
|
|
19
|
-
: Show only joined
|
|
19
|
+
: Show only teams that the user is a direct member of. Specify either `joined` or `associated` but not both.
|
|
20
|
+
|
|
21
|
+
`-a, --associated`
|
|
22
|
+
: Show only teams that the user is associated with. This includes teams with direct membership and shared channels. Specify either `joined` or `associated` but not both.
|
|
23
|
+
|
|
24
|
+
`--userId [userId]`
|
|
25
|
+
: The ID of the user. Specify either `userId` or `userName` but not both. Specify only when using `joined` or `associated` options.
|
|
26
|
+
|
|
27
|
+
`--userName [userName]`
|
|
28
|
+
: The user principal name of the user. Specify either `userId` or `userName` but not both. Specify only when using `joined` or `associated` options.
|
|
20
29
|
```
|
|
21
30
|
|
|
22
31
|
<Global />
|
|
23
32
|
|
|
24
33
|
## Remarks
|
|
25
34
|
|
|
35
|
+
:::note
|
|
36
|
+
|
|
37
|
+
To list `joined` or `associated` teams of another user, you have to be a Teams Administrator or use application permissions.
|
|
38
|
+
|
|
39
|
+
:::
|
|
40
|
+
|
|
26
41
|
You can only see the details or archived status of the Microsoft Teams you are a member of.
|
|
27
42
|
|
|
28
43
|
## Examples
|
|
29
44
|
|
|
30
|
-
List all Microsoft Teams in the tenant
|
|
45
|
+
List all Microsoft Teams in the tenant
|
|
31
46
|
|
|
32
47
|
```sh
|
|
33
48
|
m365 teams team list
|
|
34
49
|
```
|
|
35
50
|
|
|
36
|
-
List all Microsoft Teams
|
|
51
|
+
List all Microsoft Teams teams you are a direct member of
|
|
37
52
|
|
|
38
53
|
```sh
|
|
39
54
|
m365 teams team list --joined
|
|
40
55
|
```
|
|
41
56
|
|
|
57
|
+
List all Microsoft Teams teams you are a direct member of or are associated with via a shared channel
|
|
58
|
+
|
|
59
|
+
```sh
|
|
60
|
+
m365 teams team list --associated
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
List all Microsoft Teams teams another user is member of
|
|
64
|
+
|
|
65
|
+
```sh
|
|
66
|
+
m365 teams team list --joined --userName john.doe@contoso.com
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
List all Microsoft Teams teams where another user is a direct member of or is associated with via a shared channel
|
|
70
|
+
|
|
71
|
+
```sh
|
|
72
|
+
m365 teams team list --associated --userId e3aca2a8-625a-449b-bb86-cfa84c5d08de
|
|
73
|
+
```
|
|
74
|
+
|
|
42
75
|
## Response
|
|
43
76
|
|
|
44
77
|
<Tabs>
|
|
@@ -99,17 +132,17 @@ m365 teams team list --joined
|
|
|
99
132
|
<TabItem value="Text">
|
|
100
133
|
|
|
101
134
|
```text
|
|
102
|
-
id displayName
|
|
103
|
-
------------------------------------
|
|
104
|
-
5dc7ba76-b9aa-4fdd-9e91-9fe7d0e8dca3 Architecture
|
|
135
|
+
id displayName isArchived description
|
|
136
|
+
------------------------------------ ------------ ---------- -----------------------
|
|
137
|
+
5dc7ba76-b9aa-4fdd-9e91-9fe7d0e8dca3 Architecture false Architecture Discussion
|
|
105
138
|
```
|
|
106
139
|
|
|
107
140
|
</TabItem>
|
|
108
141
|
<TabItem value="CSV">
|
|
109
142
|
|
|
110
143
|
```csv
|
|
111
|
-
id,displayName,isArchived,
|
|
112
|
-
5dc7ba76-b9aa-4fdd-9e91-9fe7d0e8dca3,Architecture
|
|
144
|
+
id,createdDateTime,displayName,description,internalId,specialization,visibility,webUrl,isArchived,isMembershipLimitedToOwners
|
|
145
|
+
5dc7ba76-b9aa-4fdd-9e91-9fe7d0e8dca3,2022-12-08T09:17:55.039Z,Architecture,Architecture Discussion,19:pLknmKPPkvgeaG0FtegLfjoDINeY3gvmitMkNG9H3X41@thread.tacv2,none,public,https://teams.microsoft.com/l/team/19:a5c6eccad3fb401997756a1501d561aa%40thread.skype/conversations?groupId=8090c93e-ba7c-433e-9f39-08c7ba07c0b3&tenantId=dcd219dd-bc68-4b9b-bf0b-4a33a796be35,,
|
|
113
146
|
```
|
|
114
147
|
|
|
115
148
|
</TabItem>
|
|
@@ -125,23 +158,15 @@ m365 teams team list --joined
|
|
|
125
158
|
Property | Value
|
|
126
159
|
---------|-------
|
|
127
160
|
id | 5dc7ba76-b9aa-4fdd-9e91-9fe7d0e8dca3
|
|
128
|
-
createdDateTime |
|
|
161
|
+
createdDateTime | 2022-12-08T09:17:55.039Z
|
|
129
162
|
displayName | Architecture
|
|
130
163
|
description | Architecture Discussion
|
|
131
|
-
internalId |
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
webUrl | null
|
|
164
|
+
internalId | 19:pLknmKPPkvgeaG0FtegLfjoDINeY3gvmitMkNG9H3X41@thread.tacv2
|
|
165
|
+
specialization | none
|
|
166
|
+
visibility | public
|
|
167
|
+
webUrl | https://teams.microsoft.com/l/team/19:a5c6eccad3fb401997756a1501d561aa%40thread.skype/conversations?groupId=8090c93e-ba7c-433e-9f39-08c7ba07c0b3&tenantId=dcd219dd-bc68-4b9b-bf0b-4a33a796be35
|
|
136
168
|
isArchived | false
|
|
137
|
-
|
|
138
|
-
isMembershipLimitedToOwners | null
|
|
139
|
-
memberSettings | null
|
|
140
|
-
guestSettings | null
|
|
141
|
-
messagingSettings | null
|
|
142
|
-
funSettings | null
|
|
143
|
-
discoverySettings | null
|
|
144
|
-
summary | null
|
|
169
|
+
isMembershipLimitedToOwners | false
|
|
145
170
|
```
|
|
146
171
|
|
|
147
172
|
</TabItem>
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
4
|
+
|
|
5
|
+
# tenant info get
|
|
6
|
+
|
|
7
|
+
Gets information about any tenant
|
|
8
|
+
|
|
9
|
+
## Usage
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
m365 tenant info get [options]
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Options
|
|
16
|
+
|
|
17
|
+
```md definition-list
|
|
18
|
+
`-d, --domainName [domainName]`
|
|
19
|
+
: The primary domain name of a tenant. Optionally specify either `domainName` or `tenantId` but not both. If none are specified, the tenantId of the currently signed-in user is used.
|
|
20
|
+
|
|
21
|
+
`-i, --tenantId [tenantId]`
|
|
22
|
+
: The unique tenant identifier of a tenant. Optionally specify either `domainName` or `tenantId` but not both. If none are specified, the tenantId of the currently signed-in user is used.
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
<Global />
|
|
26
|
+
|
|
27
|
+
## Remarks
|
|
28
|
+
|
|
29
|
+
If no domain name or tenantId is specified, the command will return the tenant information of the currently signed in user.
|
|
30
|
+
|
|
31
|
+
## Examples
|
|
32
|
+
|
|
33
|
+
Get tenant information for the currently signed in user.
|
|
34
|
+
|
|
35
|
+
```sh
|
|
36
|
+
m365 tenant info get
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
Get tenant information for the Contoso tenant.
|
|
40
|
+
|
|
41
|
+
```sh
|
|
42
|
+
m365 tenant info get --domainName contoso.com
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
Get tenant information by id.
|
|
46
|
+
|
|
47
|
+
```sh
|
|
48
|
+
m365 tenant info get --tenantId e65b162c-6f87-4eb1-a24e-1b37d3504663
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## Response
|
|
52
|
+
|
|
53
|
+
<Tabs>
|
|
54
|
+
<TabItem value="JSON">
|
|
55
|
+
|
|
56
|
+
```json
|
|
57
|
+
{
|
|
58
|
+
"tenantId": "e65b162c-6f87-4eb1-a24e-1b37d3504663",
|
|
59
|
+
"federationBrandName": null,
|
|
60
|
+
"displayName": "Contoso",
|
|
61
|
+
"defaultDomainName": "contoso.com"
|
|
62
|
+
}
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
</TabItem>
|
|
66
|
+
<TabItem value="Text">
|
|
67
|
+
|
|
68
|
+
```text
|
|
69
|
+
defaultDomainName : contoso.com
|
|
70
|
+
displayName : Contoso
|
|
71
|
+
federationBrandName : null
|
|
72
|
+
tenantId : e65b162c-6f87-4eb1-a24e-1b37d3504663
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
</TabItem>
|
|
76
|
+
<TabItem value="CSV">
|
|
77
|
+
|
|
78
|
+
```csv
|
|
79
|
+
tenantId,displayName,defaultDomainName
|
|
80
|
+
e65b162c-6f87-4eb1-a24e-1b37d3504663,Contoso,contoso.com
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
</TabItem>
|
|
84
|
+
<TabItem value="Markdown">
|
|
85
|
+
|
|
86
|
+
```md
|
|
87
|
+
# tenant info get
|
|
88
|
+
|
|
89
|
+
Date: 9/14/2023
|
|
90
|
+
|
|
91
|
+
## Contoso
|
|
92
|
+
|
|
93
|
+
Property | Value
|
|
94
|
+
---------|-------
|
|
95
|
+
tenantId | e65b162c-6f87-4eb1-a24e-1b37d3504663
|
|
96
|
+
displayName | Contoso
|
|
97
|
+
defaultDomainName | contoso.com
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
</TabItem>
|
|
101
|
+
</Tabs>
|