Skip to content

chore: Drop quota check validation #143

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 4 commits into from
Jun 24, 2025

Conversation

Shreyas-Microsoft
Copy link
Collaborator

Purpose

This pull request removes the model deployment quota validation scripts and associated preprovision hooks from the Azure deployment pipeline. The changes simplify the deployment process by eliminating quota checks and related logic for AI model deployments.

Removal of quota validation logic:

  • azure.yaml: Deleted preprovision hooks for both POSIX and Windows environments that ran the quota validation scripts during deployment.
  • scripts/validate_model_deployment_quota.ps1: Removed the PowerShell script responsible for validating model deployment quotas. This script included logic for checking subscription quotas, parsing deployment parameters, and validating AI Foundry configurations.
  • scripts/validate_model_deployment_quota.sh: Removed the Bash script counterpart for validating model deployment quotas. It performed similar functionality as the PowerShell script but was tailored for POSIX environments.

Removal of individual model quota validation scripts:

  • scripts/validate_model_quota.ps1: Deleted the PowerShell script for validating individual model quotas, including logic for checking region-specific quotas and updating deployment parameters.
  • scripts/validate_model_quota.sh: Removed the Bash script for validating individual model quotas, which handled quota checks and fallback logic for regions with insufficient capacity.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 240561c into main Jun 24, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants