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

chore: Update dependencies and add Supplier email and phone fields #117

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 19, 2024

  1. chore: Update dependencies and add Supplier email and phone fields

    This commit updates the dependencies in the package.json file of the msgext-northwind-inventory-ts sample. It adds the following dependencies:
    - @azure-rest/communication-messages@1.0.1
    - @azure/communication-email@1.0.0
    - @azure/communication-sms@1.1.0
    - @azure/core-auth@1.6.0
    
    Additionally, it modifies the model.ts file to include the SupplierEmail and SupplierPhone fields in the ProductEx interface. This allows for storing and retrieving the email and phone information of suppliers.
    
    These changes were made to improve the functionality and data representation of the Northwind Inventory sample.
    MilanKaur-01 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    75c55ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc4092 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. ACS setup lab exercice

    MilanKaur-01 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4a44798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    381facc View commit details
    Browse the repository at this point in the history