You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$Result="Successfully created new SharePoint site $SiteName with URL $SiteUrl. The site is however currently being provisioned. Please wait for it to finish."
154
161
Write-LogMessage-headers $Headers-API $APIName-tenant $TenantFilter-message $Result-sev Info
155
-
return$Results
162
+
return$Result
156
163
}
157
164
'2' {
158
165
$Result="Successfully created new SharePoint site $SiteName with URL $SiteUrl"
159
166
Write-LogMessage-headers $Headers-API $APIName-tenant $TenantFilter-message $Result-sev Info
160
-
return$Results
167
+
return$Result
161
168
}
162
169
'3' {
163
170
$Result="Failed to create new SharePoint site $SiteName with URL $SiteUrl. An error occurred while provisioning the site."
0 commit comments