-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[App Service] az functionapp create: Add workload profile support for Centauri apps
#27736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
9f2ec16
workload changes
khkh-ms b31bc4f
small fix
khkh-ms 3e5598c
Added tests.
khkh-ms 5471848
Addressing the comments.
khkh-ms 98f8c64
Updates after changes.
khkh-ms 1217182
Updated messages
khkh-ms 1817fa7
test update.
khkh-ms a8807e3
updated unit tests
khkh-ms 5274f1e
Removed the test SDK version
khkh-ms 32593cb
One more change
khkh-ms 124ecdd
Few more changes in test.
khkh-ms d917421
pylint fixes.
khkh-ms 8fcb219
Merge branch 'dev' of https://github.com/Azure/azure-cli into khkh/wo…
khkh-ms df7a6f9
Changes after merge.
khkh-ms 67aedd3
Merge branch 'dev' of https://github.com/Azure/azure-cli into khkh/wo…
khkh-ms 9773941
Changed regions in the tests.
khkh-ms 172afbe
cred-tests
khkh-ms a5e5622
typo
khkh-ms d722680
addressed the comments
khkh-ms 935e9fc
Update the recording after some change.
khkh-ms 6faabbf
review changes
khkh-ms df8e402
Test Update and Moved once condition.
khkh-ms b5f8817
lint
khkh-ms 8d35cda
pylint again
khkh-ms 880d1c2
Merge branch 'dev' into khkh/workload-profiles
khkh-ms 556d844
Addressed the review comments
khkh-ms 2db671e
Merge branch 'dev' into khkh/workload-profiles
khkh-ms 8ba89ef
Updated the recording.
khkh-ms 0b1d96d
Changed the function name.
khkh-ms e7ef0bf
Flake8 fix
khkh-ms 9ddc886
Updated the recording.
khkh-ms 5b4686d
Updated the recording.
khkh-ms 02738e1
Update polling logic for PATCH function app
kamperiadis 0127d39
Rerun workload profile unit test
kamperiadis 3b32b79
Consolidate dapr config and workload config updates
kamperiadis 332cdb4
Use fake value in recording
kamperiadis 7a7f376
Fetch cpu and memory only if resource config is not null
kamperiadis fdbbb6a
Revert resource config null check, add GET for all centauri apps crea…
kamperiadis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied this function from @kamperiadis's PR at #27589. We both are doing a similar change.