-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [Batch] update tests * address feedback * calling wait to give the service a chance to finish requested updates * address feedback and poll for the disableScheduling test
- Loading branch information
1 parent
1b5a5fe
commit 97458f0
Showing
3 changed files
with
113 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Used in tests. Retrieve these values from a Batch instance | ||
# in the Azure Portal. | ||
AZURE_BATCH_ENDPOINT="<Batch Endpoint>" | ||
AZURE_BATCH_ACCOUNT_NAME="<resource name>" | ||
AZURE_BATCH_ACCOUNT_KEY="<account key>" | ||
# Used to authenticate using Azure AD as a service principal for role-based authentication | ||
# in the tokenAuth sample. | ||
# | ||
# See the documentation for `AuthenticationContext` at the following link: | ||
# https://docs.microsoft.com/javascript/api/overview/azure/activedirectory?view=azure-node-latest | ||
AZURE_CLIENT_ID="<application id>" | ||
AZURE_CLIENT_SECRET="<application secret>" |