Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Removing worker beta (#110)
Browse files Browse the repository at this point in the history
* removing-worker-beta

* removing-worker-beta
  • Loading branch information
WillRaphaelson authored Jul 18, 2023
1 parent 44805ac commit 8f92ab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## 0.2.11

Released July 20th, 2023.

### Changed
- Promoted workers to GA, removed beta disclaimers

## 0.2.10

Released on June 22nd, 2023.
Expand Down
5 changes: 0 additions & 5 deletions prefect_azure/workers/container_instance.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
"""
<span class="badge-api beta"/>
Module containing the Azure Container Instances worker used for executing flow
runs in ACI containers.
Note this module is in **beta**. The interfaces within may change without notice.
To start an ACI worker, run the following command:
```bash
Expand Down Expand Up @@ -515,7 +511,6 @@ class AzureContainerWorker(BaseWorker):
type = "azure-container-instance"
job_configuration = AzureContainerJobConfiguration
job_configuration_variables = AzureContainerVariables
_is_beta = True
_logo_url = "https://images.ctfassets.net/gm98wzqotmnx/6AiQ6HRIft8TspZH7AfyZg/39fd82bdbb186db85560f688746c8cdd/azure.png?h=250" # noqa
_display_name = "Azure Container Instances"
_description = (
Expand Down

0 comments on commit 8f92ab7

Please sign in to comment.