This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverting Enable/Disable App Function Changes - Force
-net
App Func…
…tion To Only Run `Agent` Functions (#2660) * Testing app function. * Addding functions back. * Fixing name. * updating to string. * Fixing bicep. * Fixing function names. * Update src/ApiService/ApiService/Functions/ReproVmss.cs Co-authored-by: George Pollard <gpollard@microsoft.com> * Adding route specifier. * Update src/ApiService/ApiService/Functions/NodeAddSshKey.cs Co-authored-by: George Pollard <gpollard@microsoft.com> * Update src/ApiService/ApiService/Functions/WebhookLogs.cs Co-authored-by: George Pollard <gpollard@microsoft.com> * Update src/ApiService/ApiService/Functions/WebhookPing.cs Co-authored-by: George Pollard <gpollard@microsoft.com> * Fixing function names. * Increasing pool_size * Adding logging statements. * Adding check for transient failure. * Adding check to else. * Fix var * Adding retry logic to dbg_lnx * FIxing retry. * Maybe fixed integration test. * Formatting. * Adding try and fail logic. * Changing error. * Refactoring logic. * Fixing logic. * Logic. * Removing bad comparison. * Fixing. * All ready. * Switching back to call. * Add. * Fixing * Adding quit back. * Reversing cli changes. * Removing bad file. * Formatting. Co-authored-by: George Pollard <gpollard@microsoft.com>
- Loading branch information
1 parent
d17d50d
commit 7fc6fc3
Showing
9 changed files
with
105 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1247,4 +1247,4 @@ def main() -> int: | |
|
||
|
||
if __name__ == "__main__": | ||
sys.exit(main()) | ||
sys.exit(main()) |