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

feat(AzureRm) Adds a basic Azure Powershell module. #5910

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2024

  1. Initial AzureRM

    theonlyames committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    365740e View commit details
    Browse the repository at this point in the history
  2. Fixed AzureRM

    theonlyames committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b9ddd7b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Minor Cleanup

    theonlyames committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8f51461 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4fcf4a View commit details
    Browse the repository at this point in the history
  3. Formatted Code

    theonlyames committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e1cb3c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Added Missing Config

    theonlyames committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    fdae440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c950f5c View commit details
    Browse the repository at this point in the history
  3. Fixed README formatting

    theonlyames committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d2f434c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7807ca View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Ignore Redundent JSON Context

    Amelia Wheeler committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    44a9e0f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Added Tests.

    Removed Custom Deserializer for Subscription.
    Fixed Null Subscription Case
    Amelia Wheeler committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0476806 View commit details
    Browse the repository at this point in the history
  2. Formatted Code

    Amelia Wheeler committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3c934de View commit details
    Browse the repository at this point in the history
  3. - Clean up unsued import.

    - Improved get_azurerm_context_info function
    Amelia Wheeler committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3afa78d View commit details
    Browse the repository at this point in the history
  4. Formatted Code

    Amelia Wheeler committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6f7325e View commit details
    Browse the repository at this point in the history
  5. Handle Empty Context File

    Amelia Wheeler committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c61e2fc View commit details
    Browse the repository at this point in the history