-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add deployment pause/resume APIs and service tier management #37935
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
CarlOchs
merged 3 commits into
carlochs/cogsvc-2025-10-01-preview
from
dev/kumarad/add_serviceTier_pause_resume
Oct 7, 2025
Merged
Add deployment pause/resume APIs and service tier management #37935
CarlOchs
merged 3 commits into
carlochs/cogsvc-2025-10-01-preview
from
dev/kumarad/add_serviceTier_pause_resume
Oct 7, 2025
Conversation
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
… tier management - Add serviceTier enum property to DeploymentProperties (Default, Priority) - Add deploymentState enum property to DeploymentProperties (Running, Paused) - Add POST /deployments/{deploymentName}/pause endpoint for pausing deployments - Add POST /deployments/{deploymentName}/resume endpoint for resuming deployments - Create API examples for pause and resume operations - Update existing deployment examples to include new properties - Add comprehensive descriptions with usage guidance and SKU restrictions - Document HTTP 423 behavior for paused deployments - Mark both operations as idempotent This enables customers to control deployment processing priority through service tiers and pause/resume deployment inferencing for cost optimization and resource management.
Next Steps to Merge✅ All automated merging requirements have been met! To get your PR merged, see aka.ms/azsdk/specreview/merge.Comment generated by summarize-checks workflow run. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
|
912f691
into
carlochs/cogsvc-2025-10-01-preview
37 of 38 checks passed
fmabroukmsft
pushed a commit
that referenced
this pull request
Oct 14, 2025
* feat(cognitiveservices): Add deployment pause/resume APIs and service tier management - Add serviceTier enum property to DeploymentProperties (Default, Priority) - Add deploymentState enum property to DeploymentProperties (Running, Paused) - Add POST /deployments/{deploymentName}/pause endpoint for pausing deployments - Add POST /deployments/{deploymentName}/resume endpoint for resuming deployments - Create API examples for pause and resume operations - Update existing deployment examples to include new properties - Add comprehensive descriptions with usage guidance and SKU restrictions - Document HTTP 423 behavior for paused deployments - Mark both operations as idempotent This enables customers to control deployment processing priority through service tiers and pause/resume deployment inferencing for cost optimization and resource management. * need to add pattern for lint errors * deploymentNameForActionParameter
fmabroukmsft
pushed a commit
that referenced
this pull request
Oct 14, 2025
* feat(cognitiveservices): Add deployment pause/resume APIs and service tier management - Add serviceTier enum property to DeploymentProperties (Default, Priority) - Add deploymentState enum property to DeploymentProperties (Running, Paused) - Add POST /deployments/{deploymentName}/pause endpoint for pausing deployments - Add POST /deployments/{deploymentName}/resume endpoint for resuming deployments - Create API examples for pause and resume operations - Update existing deployment examples to include new properties - Add comprehensive descriptions with usage guidance and SKU restrictions - Document HTTP 423 behavior for paused deployments - Mark both operations as idempotent This enables customers to control deployment processing priority through service tiers and pause/resume deployment inferencing for cost optimization and resource management. * need to add pattern for lint errors * deploymentNameForActionParameter
fmabroukmsft
pushed a commit
that referenced
this pull request
Oct 14, 2025
* feat(cognitiveservices): Add deployment pause/resume APIs and service tier management - Add serviceTier enum property to DeploymentProperties (Default, Priority) - Add deploymentState enum property to DeploymentProperties (Running, Paused) - Add POST /deployments/{deploymentName}/pause endpoint for pausing deployments - Add POST /deployments/{deploymentName}/resume endpoint for resuming deployments - Create API examples for pause and resume operations - Update existing deployment examples to include new properties - Add comprehensive descriptions with usage guidance and SKU restrictions - Document HTTP 423 behavior for paused deployments - Mark both operations as idempotent This enables customers to control deployment processing priority through service tiers and pause/resume deployment inferencing for cost optimization and resource management. * need to add pattern for lint errors * deploymentNameForActionParameter
fmabroukmsft
pushed a commit
that referenced
this pull request
Oct 14, 2025
* feat(cognitiveservices): Add deployment pause/resume APIs and service tier management - Add serviceTier enum property to DeploymentProperties (Default, Priority) - Add deploymentState enum property to DeploymentProperties (Running, Paused) - Add POST /deployments/{deploymentName}/pause endpoint for pausing deployments - Add POST /deployments/{deploymentName}/resume endpoint for resuming deployments - Create API examples for pause and resume operations - Update existing deployment examples to include new properties - Add comprehensive descriptions with usage guidance and SKU restrictions - Document HTTP 423 behavior for paused deployments - Mark both operations as idempotent This enables customers to control deployment processing priority through service tiers and pause/resume deployment inferencing for cost optimization and resource management. * need to add pattern for lint errors * deploymentNameForActionParameter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
brownfield
Brownfield services will soon be required to convert to TypeSpec. See https://aka.ms/azsdk/typespec.
Cognitive Services
resource-manager
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.
Add deployment pause/resume APIs and service tier management
This enables customers to control deployment processing priority through service tiers and pause/resume deployment inferencing for cost optimization and resource management.
Choose a PR Template
Switch to "Preview" on this description then select one of the choices below.
Click here to open a PR for a Data Plane API.
Click here to open a PR for a Control Plane (ARM) API.
Click here to open a PR for only SDK configuration.