Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
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: cloudquery/cq-provider-azure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.10
Choose a base ref
...
head repository: cloudquery/cq-provider-azure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.11
Choose a head ref
  • 4 commits
  • 10 files changed
  • 3 contributors

Commits on Jun 22, 2022

  1. chore: Synced file(s) with cloudquery/.github (#354)

    Synced local file(s) with [cloudquery/.github](https://github.com/cloudquery/.github).
    
    
    
    
    
    ---
    
    This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2540965963](https://github.com/cloudquery/.github/actions/runs/2540965963)
    cq-bot authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    16e826a View commit details
    Browse the repository at this point in the history
  2. feat: YAML config support (#353)

    to go with cloudquery/cq-provider-sdk#332 and cloudquery/cloudquery#887
    
    `go run main.go init azure --config config.yml` creates this:
    ```yaml
    cloudquery:
        providers:
            - name: azure
              version: latest
        connection:
            type: postgres
            username: postgres
            password: pass
            host: localhost
            port: 5432
            database: postgres
            sslmode: disable
    providers:
        # provider configurations
        - name: azure
          # Optional. if you not specified, cloudquery tries to access all subscriptions available to tenant
          # subscriptions:
          #   - <YOUR_SUBSCRIPTION_ID_HERE>
          #  
          # list of resources to fetch
          resources:
            - account.locations
            - authorization.role_assignments
    #...
    ```
    disq authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    045e92f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c36cb5e View commit details
    Browse the repository at this point in the history
  4. chore(main): Release v0.11.11 (#356)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.11.11](v0.11.10...v0.11.11) (2022-06-22)
    
    
    ### Features
    
    * YAML config support ([#353](#353)) ([045e92f](045e92f))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    00bce50 View commit details
    Browse the repository at this point in the history
Loading