Skip to content

Commit

Permalink
Merge pull request #2544 from Azure/partnercenterpackageingestion
Browse files Browse the repository at this point in the history
renaming from PartnerCenter to PartnerCenterIngestion.
  • Loading branch information
ravbhatnagar authored Dec 9, 2020
2 parents 2594082 + 32270b5 commit 9a9f2a0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"api-version": "2020-12-07-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.PartnerCenterIngestion/register/action",
"isDataAction": false,
"display": {
"provider": "Microsoft Partner Center Ingestion",
"resource": "Partner Center Ingestion Resource provider",
"operation": "Registers the Partner Center Ingestion Provider",
"description": "Registers the subscription with the Partner Center Ingestion Resource Provider and enables SIG image publishing in Partner Center."
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"swagger": "2.0",
"info": {
"version": "2020-12-07-preview",
"title": "PartnerCenterClient",
"description": "Provides operations for registering with Partner Center RP."
"title": "PartnerCenterIngestionClient",
"description": "Provides operations for registering with Partner Center Ingestion RP."
},
"host": "management.azure.com",
"schemes": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# partnercenter
# partnercenteringestion

> see https://aka.ms/autorest
Expand All @@ -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 partnercenter.
These are the global settings for the partnercenteringestion.

```yaml
openapi-type: arm
Expand All @@ -36,6 +36,6 @@ These settings apply only when `--tag=package-2020-12-07-preview` is specified o

```yaml $(tag) == 'package-2020-12-07-preview'
input-file:
- Microsoft.PartnerCenter/preview/2020-12-07-preview/partnercenter.json
- Microsoft.PartnerCenterIngestion/preview/2020-12-07-preview/partnercenteringestion.json
```
---

0 comments on commit 9a9f2a0

Please sign in to comment.