Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions runtime/ms-rest-azure/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -940,13 +940,13 @@ export interface MSIAppServiceOptions extends MSIOptions {
* Either provide this parameter or set the environment varaible `MSI_ENDPOINT`.
* For example: `export MSI_ENDPOINT="http://127.0.0.1:41741/MSI/token/"`
*/
msiEndpoint: string;
msiEndpoint?: string;
/**
* @property {string} [msiSecret] - The secret used in communication between your code and the local MSI agent.
* Either provide this parameter or set the environment varaible `MSI_SECRET`.
* For example: `export MSI_SECRET="69418689F1E342DD946CB82994CDA3CB"`
*/
msiSecret: string;
msiSecret?: string;
/**
* @property {string} [msiApiVersion] - The api-version of the local MSI agent. Default value is "2017-09-01".
*/
Expand Down