apache-airflow-providers-microsoft-psrp

Package apache-airflow-providers-microsoft-psrp

This package provides remote execution capabilities via the PowerShell Remoting Protocol (PSRP).

Release: 2.0.0

Provider package

This is a provider package for microsoft.psrp provider. All classes for this provider package are in airflow.providers.microsoft.psrp python package.

Installation

You can install this package on top of an existing Airflow 2 installation (see Requirements below) for the minimum Airflow version supported) via pip install apache-airflow-providers-microsoft-psrp

Requirements

PIP package

Version required

pypsrp

>=0.8.0

pypsrp

>=0.8

Changelog

2.0.0

Breaking changes

1.1.4

Bug Fixes

  • PowerShell Remoting fail on non-zero exitcode (#22503)

1.1.3

Bug Fixes

  • Fix mistakenly added install_requires for all providers (#22382)

1.1.2

Misc

  • Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)

1.1.1

Misc

  • Support for Python 3.10

1.1.0

Features

  • PSRP improvements (#19806)

1.0.1

Bug Fixes

  • Fix unexpected bug in exiting hook context manager (#18014)

1.0.0

Initial version of the provider.

Was this entry helpful?