7 lines
246 B
PowerShell
7 lines
246 B
PowerShell
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the MIT License.
|
|
|
|
# This script is used to wait until XCache is refreshed for the service properties (30s), and role assignment takes effect (300s).
|
|
|
|
Start-Sleep -s 300
|