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

Feature: Service Packages / Registration #421

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 30, 2020

  1. adding a gitignore

    tombuildsstuff committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    ab91be1 View commit details
    Browse the repository at this point in the history
  2. Feature: Service Packages / Registration

    This commit introduces the Service Registration and Service Builder
    
    The AzureRM Repository is using Service Packages to allow us to break
    up the codebase into smaller pieces. A key component of this is the
    Service Registration functionality - which allows each Service to
    return a selection of Meta Data relevant for that Service.
    
    The Service Builder is a new bit of functionality which can be used
    to compose Service Packages together, to be able to obtain a canonical
    list of Data Sources and Resource supported by a Terraform Provider.
    tombuildsstuff committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    1306c1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f81e553 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b38160 View commit details
    Browse the repository at this point in the history