Skip to content

Commit

Permalink
Add sdk repo for CAPZ
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner committed Jul 23, 2024
1 parent 7870694 commit 1d1ab93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Add Azure provider as provider directory.

## [0.5.0] - 2024-07-23

### Added
Expand Down
3 changes: 3 additions & 0 deletions sdk/api/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import (
const (
// ProviderAws represents the new AWS provider which is implemented with Cluster API.
ProviderAws Provider = "aws"
<<<<<<< Updated upstream

=======
>>>>>>> Stashed changes
// ProviderAzure represents the new Azure provider which is implemented with Cluster API.
ProviderAzure Provider = "azure"
)
Expand Down

0 comments on commit 1d1ab93

Please sign in to comment.