Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure/azure-libraries-for-net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Fluent-v1.31.1
Choose a base ref
...
head repository: Azure/azure-libraries-for-net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Fluent-v1.32.0
Choose a head ref
  • 11 commits
  • 107 files changed
  • 4 contributors

Commits on Mar 5, 2020

  1. Cosmos DB: update to 2019 12 and add interface (#994)

    * feat: generate cosmos db 2019 12
    
    * fix: compile error, options: dictionary -> CreateUpdateOption
    
    * feat: add interface for cosmos db
    
    * feat: update location interface for cosmos db
    
    * feat: update sql interface
    
    * feat: implement cosmos db account
    
    * feat: implement for index policy
    
    * feat: implement for sql container
    
    * feat: update test case
    
    * fix: test error
    
    * fix: Idictionary<string, string> serialization error
    
    * fix: update test case
    
    * feat: update session record
    
    * feat: add key vault uri in property
    
    * fix: compile error in low version
    
    * feat: add breaking change note
    ChenTanyi authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    5ca9dab View commit details
    Browse the repository at this point in the history
  2. proper filter for webapp and function app (#993)

    * proper filter for webapp and function app
    
    * minor refactor
    
    * fix after review
    weidongxu-microsoft authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    25c8d87 View commit details
    Browse the repository at this point in the history
  3. Minor fix for cosmos db according to comments (#995)

    * fix: throughput format to throughput toString
    
    * fix: WithCompositeIndexEmptyList to WithNewCompositeIndexList
    
    * fix: has failover policy change to is failover loaded, and change some comments
    ChenTanyi authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7b29849 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Compute: support get gallery image version with replication status (#…

    …1000)
    
    * Compute: support get gallery image version with replication status
    
    * Compute: update type of exception thrown when validation fails
    xseeseesee authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    bc4c347 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Compute: append storage account id when create option is import (#1004)

    * Compute: append storage account id when create option is import
    
    * Compute: update comments
    xseeseesee authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    7b933ba View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    d44b63d View commit details
    Browse the repository at this point in the history
  2. fix stalling on PagedCollection, when value is empty but nextLink is …

    …valid (#999)
    
    * fix stalling when values is empty but nextLink is valid
    
    * comments
    weidongxu-microsoft authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    53fd15e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Network: support AzureFirewall update operation for rule collections (#…

    …1011)
    
    * Network: update interfaces for rule collection update operations
    
    * Network: update interfaces
    
    * Network: update impl
    
    * Network: update test and record session
    xseeseesee authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1cf6a9f View commit details
    Browse the repository at this point in the history
  2. Resources: support api version when listing generic resources (#1015)

    * Resources: support api version when listing generic resources
    
    * Resources: update GetById operation in genericResouces
    
    * Resources: update session record
    xseeseesee authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    a1771c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    e4577f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b09b9f View commit details
    Browse the repository at this point in the history
Loading