Skip to content

Commit

Permalink
[FarmBeats] Rename service directory to agrifood (#21606)
Browse files Browse the repository at this point in the history
Fixes #21593
  • Loading branch information
ellismg authored Jun 5, 2021
1 parent 90db316 commit 2751573
Show file tree
Hide file tree
Showing 36 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
This project has adopted the [Microsoft Open Source Code of Conduct][code_of_conduct]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.

<!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/farmbeats/Azure.Verticals.AgriFood.Farming
[source_code]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/agrifood/Azure.Verticals.AgriFood.Farming
[client_nuget_package]: https://www.nuget.org/packages?q=Azure.Verticals.AgriFood.Farming
[product_documentation]: https://aka.ms/FarmBeatsProductDocumentationPaaS
[azure_identity]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/identity/Azure.Identity
Expand All @@ -138,4 +138,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
[coc_contact]: mailto:opencode@microsoft.com

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Ffarmbeats%2FAzure.Verticals.AgriFood.Farming%2FREADME.png)
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Fagrifood%2FAzure.Verticals.AgriFood.Farming%2FREADME.png)
6 changes: 3 additions & 3 deletions sdk/farmbeats/ci.yml → sdk/agrifood/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trigger:
- release/*
paths:
include:
- sdk/farmbeats/
- sdk/agrifood/

pr:
branches:
Expand All @@ -20,12 +20,12 @@ pr:
- release/*
paths:
include:
- sdk/farmbeats/
- sdk/agrifood/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: farmbeats
ServiceDirectory: agrifood
ArtifactName: packages
Artifacts:
- name: Azure.Verticals.AgriFood.Farming
Expand Down
2 changes: 1 addition & 1 deletion sdk/farmbeats/tests.yml → sdk/agrifood/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ trigger: none
extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
ServiceDirectory: farmbeats
ServiceDirectory: agrifood

0 comments on commit 2751573

Please sign in to comment.