Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure support #274

Merged
merged 59 commits into from
Jun 19, 2024
Merged

Add Azure support #274

merged 59 commits into from
Jun 19, 2024

Commits on Feb 11, 2024

  1. m365 function typing

    jonrau1 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    e8608b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4876e View commit details
    Browse the repository at this point in the history
  3. building out Azure creds path

    jonrau1 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ea2b63d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    613ff34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d78e77c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    e008dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b24282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d4f907 View commit details
    Browse the repository at this point in the history
  4. fixing bad copilot mappings

    jonrau1 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ba35d75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56eef78 View commit details
    Browse the repository at this point in the history
  6. retire more AWS checks

    jonrau1 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2ce89b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31ff8aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b95efa2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17e69e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05608ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8906f4d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    0aff8f5 View commit details
    Browse the repository at this point in the history
  2. ocsf output fixes

    jonrau1 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8a61d8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bed5e0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3833a4 View commit details
    Browse the repository at this point in the history
  5. Bump awscli from 1.32.34 to 1.32.44

    Bumps [awscli](https://github.com/aws/aws-cli) from 1.32.34 to 1.32.44.
    - [Release notes](https://github.com/aws/aws-cli/releases)
    - [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst)
    - [Commits](aws/aws-cli@1.32.34...1.32.44)
    
    ---
    updated-dependencies:
    - dependency-name: awscli
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fc557d2 View commit details
    Browse the repository at this point in the history
  6. Bump matplotlib from 3.8.2 to 3.8.3

    Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.2 to 3.8.3.
    - [Release notes](https://github.com/matplotlib/matplotlib/releases)
    - [Commits](matplotlib/matplotlib@v3.8.2...v3.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: matplotlib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f8ee14c View commit details
    Browse the repository at this point in the history
  7. Bump boto3 from 1.34.34 to 1.34.44

    Bumps [boto3](https://github.com/boto/boto3) from 1.34.34 to 1.34.44.
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
    - [Commits](boto/boto3@1.34.34...1.34.44)
    
    ---
    updated-dependencies:
    - dependency-name: boto3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8177a09 View commit details
    Browse the repository at this point in the history
  8. roadmap & architecture update

    jonrau1 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bc28d38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb5bd4d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #237 from jonrau1/dependabot/pip/boto3-1.34.44

    Bump boto3 from 1.34.34 to 1.34.44
    jonrau1 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d432358 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #236 from jonrau1/dependabot/pip/matplotlib-3.8.3

    Bump matplotlib from 3.8.2 to 3.8.3
    jonrau1 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    47c6024 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ffd3d3 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #235 from jonrau1/dependabot/pip/awscli-1.32.44

    Bump awscli from 1.32.34 to 1.32.44
    jonrau1 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8707894 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ec81f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    252d3e0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    45521bc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f966fc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    f23906d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e255791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5453169 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73068b5 View commit details
    Browse the repository at this point in the history
  5. iconography update

    jonrau1 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    56b7171 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbcbccd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    066ac45 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    fa085aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    559bd6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1879ef8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1592f39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3f3ea4 View commit details
    Browse the repository at this point in the history
  6. add 3 new Az VNET checks

    jonrau1 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    29149db View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    798b302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f618e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    08a2ff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd2af23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d211165 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5defc68 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Bump boto3 from 1.34.34 to 1.34.108

    Bumps [boto3](https://github.com/boto/boto3) from 1.34.34 to 1.34.108.
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
    - [Commits](boto/boto3@1.34.34...1.34.108)
    
    ---
    updated-dependencies:
    - dependency-name: boto3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    d39330e View commit details
    Browse the repository at this point in the history
  2. Bump matplotlib from 3.8.2 to 3.9.0

    Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.2 to 3.9.0.
    - [Release notes](https://github.com/matplotlib/matplotlib/releases)
    - [Commits](matplotlib/matplotlib@v3.8.2...v3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: matplotlib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    57c0303 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    a22a87c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d768732 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #273 from jonrau1/dependabot/pip/matplotlib-3.9.0

    Bump matplotlib from 3.8.2 to 3.9.0
    jonrau1 authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    238e6c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad3befd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #272 from jonrau1/dependabot/pip/boto3-1.34.108

    Bump boto3 from 1.34.34 to 1.34.108
    jonrau1 authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fa96480 View commit details
    Browse the repository at this point in the history