Skip to content
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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"parameters": {
"api-version": "2020-03-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.Confluent/organizations/Read",
"display": {
"provider": "Microsoft.Confluent",
"resource": "organizations",
"operation": "Get/List organization resources",
"description": "Read organization"
}
},
{
"name": "Microsoft.Confluent/organizations/Write",
"display": {
"provider": "Microsoft.Confluent",
"resource": "organizations",
"operation": "Create/Update organization resources",
"description": "Write organization"
}
},
{
"name": "Microsoft.Confluent/organizations/Delete",
"display": {
"provider": "Microsoft.Confluent",
"resource": "organizations",
"operation": "Delete organization resources",
"description": "Delete organization"
}
}
],
"nextLink": null
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"parameters": {
"api-version": "2020-03-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"organizationName": "myOrganization",
"body": {
"properties": {
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization",
"name": "myOrganization",
"type": "Microsoft.Confluent/organizations",
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Succeeded",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
},
"201": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization",
"name": "myOrganization",
"type": "Microsoft.Confluent/organizations",
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Accepted",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"api-version": "2020-03-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"organizationName": "myOrganization"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"parameters": {
"api-version": "2020-03-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"organizationName": "myOrganization"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization",
"name": "myOrganization",
"type": "Microsoft.Confluent/organizations",
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Accepted",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"parameters": {
"api-version": "2020-03-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganizations",
"name": "myOrganizations",
"type": "Microsoft.Confluent/organizations",
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Accepted",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
],
"nextLink": "string"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parameters": {
"api-version": "2020-03-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganizations",
"name": "myOrganizations",
"type": "Microsoft.Confluent/organizations",
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Accepted",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
],
"nextLink": "string"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"parameters": {
"api-version": "2020-03-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"organizationName": "myOrganization",
"body": {
"tags": {
"env": "dev",
"client": "dev-client"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization",
"name": "myOrganization",
"type": "Microsoft.Confluent/organizations",
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Succeeded",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## AzureResourceSchema

These settings apply only when `--azureresourceschema` is specified on the command line.

### AzureResourceSchema multi-api

``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-confluent-2020-03-01-preview

```

Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.

### Tag: schema-confluent-2020-03-01-preview and azureresourceschema

``` yaml $(tag) == 'schema-confluent-2020-03-01-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.Confluent/preview/2020-03-01-preview/confluent.json

```
14 changes: 14 additions & 0 deletions specification/confluent/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## C#

These settings apply only when `--csharp` is specified on the command line.
Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>`.

``` yaml $(csharp)
csharp:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.Confluent
payload-flattening-threshold: 1
output-folder: $(csharp-sdks-folder)/confluent/Microsoft.Azure.Management.Confluent/src/Generated
clear-output-folder: true
```
19 changes: 19 additions & 0 deletions specification/confluent/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Go

These settings apply only when `--go` is specified on the command line.

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
namespace: confluent
clear-output-folder: true
```

### Tag: package-2020-03-01-preview and go

These settings apply only when `--tag=package-2020-03-01-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2020-03-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-03-01-preview/$(namespace)
```
Loading