Refactored config.d.ts to make connectionString and credentials optional
Signed-off-by: titanventura <aswath7862001@gmail.com>
This commit is contained in:
Vendored
+2
-2
@@ -201,12 +201,12 @@ export interface Config {
|
||||
* (Optional) Connection string of the storage container.
|
||||
* @visibility secret
|
||||
*/
|
||||
connectionString: string;
|
||||
connectionString?: string;
|
||||
/**
|
||||
* (Optional) Credentials used to access a storage container.
|
||||
* @visibility secret
|
||||
*/
|
||||
credentials: {
|
||||
credentials?: {
|
||||
/**
|
||||
* Account access name
|
||||
* @visibility secret
|
||||
|
||||
Reference in New Issue
Block a user