github Azure/azure-sdk-for-js @azure/storage-file_12.0.0-preview.4

latest releases: @azure/template_1.0.12-beta.3768426, @azure/service-bus_7.10.0-beta.1, @azure/core-rest-pipeline_1.16.0...
pre-release4 years ago

2019.10 12.0.0-preview.4

  • Library tries to load the proxy settings from the environment variables like HTTP_PROXY if the proxy settings are not provided when clients like FileServiceClient or FileClient are instantiated.
  • Added name properties on all the clients for convenience.
    • accountName is added for DirectoryClient, FileClient, FileServiceClient and ShareClient.
    • shareName is added to DirectoryClient, FileClient and ShareClient.
    • filePath is added to FileClient.
    • dirPath is added to DirectoryClient.
  • [Breaking] Models.StorageServiceProperties is renamed into Models.FileServiceProperties.
  • [Breaking] Replace string array with boolean flags to specify dataset to include when listing shares.
    Before this change the option is specified as
    fileServiceClient.listShares({
      include: ["metadata", "snapshots"]
    });
    After this change:
    fileServiceClient.listShares({
      includeMetadata: true,
      includeSnapshots: true
    });

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.