Skip to content

Commit df43151

Browse files
Merge pull request SharePoint#9420 from andrewconnell/content-update/spembedded
🐞 correct powershell script
2 parents 7009c58 + 99fd98f commit df43151

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/embedded/mslearn/m01-05-hol.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,12 @@ Update the following values in the following PowerShell script, then execute the
204204
```powershell
205205
Import-Module "Microsoft.Online.SharePoint.PowerShell"
206206
Connect-SPOService -Url "{{SPO_ADMIN_URL}}"
207-
$dummyGuid = [System.Guid]::NewGuid().ToString()
208-
New-SPOContainerType -ContainerTypeName "{{CONTAINER_TYPE_NAME}}" -OwningApplicationId "{{AZURE_ENTRA_APP_ID}}" -AzureSubscriptionId $dummyGuid -ResourceGroup "Dummy" -Region "Dummy"
207+
New-SPOContainerType -TrialContainerType -ContainerTypeName "{{CONTAINER_TYPE_NAME}}" -OwningApplicationId "{{AZURE_ENTRA_APP_ID}}"
209208
```
210209

210+
> [!NOTE]
211+
> Learn more about creating production or trial container types in [Admin Experiences: Developer Admin](../concepts/admin-exp/dev-admin.md).
212+
211213
The PowerShell script will display the details for your new Container Type, for example:
212214

213215
```powershell

0 commit comments

Comments
 (0)