* initial commit
* remove unused pkg
* improve call_http for clarity
* add content handling test for call_http
* add import
* update test
* update test
* update typo
* remove unused using
* update by comments
* add space
* update unit tests as we update call_http logic
* update by comment
* update description
* update by comment
* re-arrange the error message as it's too long
* re-arrange error msg
* update error msg
* update test
* updatetest
* Add API syntax support for suspend-resume
* initial commit
* add new line at the end of file
* add unit tests for suspend-resume
* add suspend/resume history event
* remove empty line
* remove duplicate caused by emrge
* update by comment
---------
Co-authored-by: Julio Arroyo <t-jarroyo@microsoft.com>
* check activity return not none
* avoid long line
* add check for subo and event
* fix indent
* update by review
* add unit test for call activity with none return
* update test
* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement
Owners of the FabricBot configuration should have received email notification. The same information contained in the email is published internally at: https://aka.ms/gim/fabricbot. Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html
Please review and merge this PR to complete the process of onboarding to the new service.
* Deleting fabricbot.json
---------
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: David Justo <david.justo.1996@gmail.com>
Similar to https://github.com/Azure/azure-functions-python-library/pull/97
Excluded azure from the packages. This fixes an issue where the `azure.function` and other azure package versions do not get updated when a version is specified in the functions requirements.txt file.
The reason for this is that the azure directory has an `__init__.py` file, including azure in the package build overrides the user's dependencies.
Co-authored-by: gavin-aguiar <80794152+gavin-aguiar@users.noreply.github.com>