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

Updating package names for rp sdks #14660

Merged
merged 1 commit into from
Jun 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ affinitized
AFRINIC
agentpool
aggregatedcost
Agri
AHUB
AIAPI
Akamai
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"swagger": "2.0",
"info": {
"title": "Azure AgFoodPlatform RP Service",
"description": "APIs documentation for Azure AgFoodPlatform Resource Provider Service.",
"title": "Azure AgriFood RP Service",
"description": "APIs documentation for Azure AgriFood Resource Provider Service.",
"version": "2020-05-12-preview"
},
"paths": {
Expand Down
4 changes: 2 additions & 2 deletions specification/agfood/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ csharp:
payload-flattening-threshold: 1
clear-output-folder: true
client-side-validation: false
namespace: Microsoft.AgFoodPlatform
output-folder: $(csharp-sdks-folder)/agfood/management/Microsoft.AgFoodPlatform/Generated
namespace: Microsoft.Azure.Management.AgriFood
output-folder: $(csharp-sdks-folder)/agrifood/Microsoft.Azure.Management.AgriFood/src/Generated
```
2 changes: 1 addition & 1 deletion specification/agfood/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These settings apply only when `--go` is specified on the command line.

```yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/agfood/armagfood
module-name: sdk/agrifood/armagrifood
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
Expand Down
2 changes: 1 addition & 1 deletion specification/agfood/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For other options on installation see [Installing AutoRest](https://aka.ms/autor

### Basic Information

These are the global settings for the agfood.
These are the global settings for the agrifood.

```yaml
openapi-type: arm
Expand Down
14 changes: 7 additions & 7 deletions specification/agfood/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(track2)
``` yaml $(python) && $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-agfood
no-namespace-folders: true
namespace: azure.mgmt.agrifood
package-name: azure-mgmt-agrifood
package-version: 1.0.0b1
clear-output-folder: true
```

``` yaml $(python-mode) == 'update' && $(track2)
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/agfood/azure-mgmt-agfood/azure/mgmt/agfood
output-folder: $(python-sdks-folder)/agrifood/azure-mgmt-agrifood/azure/mgmt/agrifood
```

``` yaml $(python-mode) == 'create' && $(track2)
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/agfood/azure-mgmt-agfood
output-folder: $(python-sdks-folder)/agrifood/azure-mgmt-agrifood
```
4 changes: 2 additions & 2 deletions specification/agfood/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Please also specify `--typescript-sdks-folder=<path to root folder of your azure
typescript:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: "@azure/arm-agfood"
output-folder: "$(typescript-sdks-folder)/sdk/agfood/arm-agfood"
package-name: "@azure/arm-agrifood"
output-folder: "$(typescript-sdks-folder)/sdk/agrifood/arm-agrifood"
payload-flattening-threshold: 1
clear-output-folder: true
generate-metadata: true
Expand Down