Skip to content
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

[DEVOPS-490] Fix error code variables in API update workflow #139

Merged

Conversation

ebronson68
Copy link
Contributor

@ebronson68 ebronson68 commented Aug 6, 2024

DEVOPS-490
Summary Fix error codes with missing API versions in API deploy workflow
Type Bug Bug
Status In Progress
Points N/A
Labels -
---

Description

  • Fix error code variables in API update workflow
    Before:
API version V1 (https://development.subscription-service.amuniversal.com/swagger/v1/swagger.json): {
  "openapi": "3.0.1",
  "info": {
    "title": "Subscription Service API",
    "description": "<b>Environment:</b> Development (Release Build)\n\n<b>Environment Variable Source:</b> .env\n\n<b>Redis Connection:</b> amustagecache101.redis.cache.windows.net:6380\n\n<b>Database Connection:</b> host=amupostgresqldevelopment201.postgres.database.azure.com;database=subscription_service;port=5432;ssl mode=VerifyFull;minimum pool size=5\n",
    "version": "1.0"
  }
...
}.StatusCode
...
{
...
}.StatusDescription

After:

API version V1 (https://development.subscription-service.amuniversal.com/swagger/v1/swagger.json): 200 OK

Related Links

@ebronson68 ebronson68 requested a review from a team as a code owner August 6, 2024 14:27
@github-actions github-actions bot added bug Something isn't working devops DevOps Team labels Aug 6, 2024
Copy link

github-actions bot commented Aug 6, 2024

I'm a bot and I 👍 this PR title. 🤖

<img src="https://media.giphy.com/media/XreQmk7ETCak0/giphy.gif" width="400" />

@ebronson68 ebronson68 merged commit 8f33043 into main Aug 6, 2024
4 checks passed
@ebronson68 ebronson68 deleted the bug/DEVOPS-490/fix-api-management-swagger-json-error-codes branch August 6, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working devops DevOps Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants