azure_storage_common 0.0.1

This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client.
Documentation
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
  branches:
    include:
    - main
    - hotfix/*
    - release/*
  paths:
    include:
    - sdk/storage/

extends:
  template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
  parameters:
    ServiceDirectory: storage
    TestTimeoutInMinutes: 120
    Artifacts:
    - name: azure_storage_common
      safeName: AzureStorageCommon
    - name: azure_storage_blob
      safeName: AzureStorageBlob