From 68a8e08a205509ec48d9986624065025c66ce74a Mon Sep 17 00:00:00 2001 From: Dominic Betts <1454644+dominicbetts@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:07:15 +0000 Subject: [PATCH] Update names to match docs (#54) ## Purpose Update names used in manifest to match names used in the docs. The new names are approved fictitious company names and generic product names. ## Does this introduce a breaking change? ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? ``` [x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [ ] Other... Please describe: ``` ## Other Information --- samples/http-grpc-callout/manifest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/http-grpc-callout/manifest.yml b/samples/http-grpc-callout/manifest.yml index d16b89d..d116f01 100644 --- a/samples/http-grpc-callout/manifest.yml +++ b/samples/http-grpc-callout/manifest.yml @@ -106,15 +106,15 @@ data: [ { "Line":"Line1", - "ProductId":"Donette", + "ProductId":"Bagel", "Customer":"Contoso", - "Manufacturer": "Robotech" + "Manufacturer": "Fabrikam" }, { "Line":"Line2", - "ProductId":"Twinkies", + "ProductId":"Donut", "Customer":"Contoso", - "Manufacturer": "ZenithTech" + "Manufacturer": "Northwind" } ] - path: /operatorData