Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
6515578
[Hub Generated] Review request for Microsoft.Consumption to add versi…
sashahdo Oct 27, 2021
3a96589
Review request for Microsoft.AppPlatform to add a new field container…
CaihuaRui Oct 27, 2021
f6a8a2e
Update CODEOWNERS (#16562)
msyyc Oct 27, 2021
94afa34
Remove Provisioning Details from RestorePoint (#16099)
sukodava Oct 28, 2021
d5ccfc1
Revert "Robga/policy (#16255)" (#16537)
robga Oct 28, 2021
c24ee32
Guidance and rules for release request (#16561)
msyyc Oct 28, 2021
91a3a54
add batch tag (#16578)
Alancere Oct 28, 2021
2b56c8a
config desktopvirtualization readme and readme python (#16579)
BigCat20196 Oct 28, 2021
da8f07c
marketplacenotifications: fixing an invalid operation id (#16326)
tombuildsstuff Oct 28, 2021
6d7653f
[QuestionAnswering] Move stable version from feature branch to main (…
rokulka Oct 28, 2021
c599abd
Add new version for scanning 2021-10-01-preview (for dns change) (#16…
parvsaxena Oct 28, 2021
34a2c07
Resolve archboard feedback for Question Answering (#16589)
heaths Oct 28, 2021
50d599c
Dev maps microsoft.maps 2021 12 01 preview (#16153)
Oct 29, 2021
330702f
Feature/uratzmon/2021 10 27 preview (#16566)
uratzmon Oct 29, 2021
69eacf0
Service Fabric managed clusters api version 2021-11-01-preview (#16424)
a-santamaria Oct 29, 2021
2d0ce48
Update dotnet sdk namespace for Microsoft.Chaos. (#16598)
mariohdez Oct 29, 2021
2970e41
[Hub Generated] Review request for Microsoft.Confluent to add version…
krishnasriSomepalli Oct 29, 2021
a81d221
IoT Central Public API 1.1-preview Oct Release (#16514)
yang-hai-feng Oct 27, 2021
ed77e3b
adding parameters for dataflow activity
Oct 28, 2021
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
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
/specification/**/resource-manager/**/readme.az.md @jsntcy @qiaozha
/specification/**/resource-manager/**/readme.cli.md @jsntcy @qiaozha
/specification/**/resource-manager/**/readme.go.md @ArcturusZhang
/specification/**/resource-manager/**/readme.python.md @jsntcy @msyyc @zhangyan133 @RAY-316 @00Kai0
/specification/**/resource-manager/**/readme.python.md @msyyc @RAY-316 @BigCat20196
2 changes: 1 addition & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
]
},
{
"filename": "**/specification/confluent/resource-manager/Microsoft.Confluent/preview/2021-03-01-preview/confluent.json",
"filename": "**/specification/confluent/resource-manager/Microsoft.Confluent/preview/*/confluent.json",
"words": [
"orgvalidate"
]
Expand Down
6 changes: 6 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,13 @@ pmem
rawphysical
rawvirtual
sesparse
blobstorage
dataexplorer
servicebusqueue
servicebustopic
dataexports
stackset
CSPM
autoprovisioning
schemagroups
videoanalyzer
Binary file added documentation/release-request/comments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/release-request/default-tag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/release-request/link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions documentation/release-request/rules-for-release-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
This file claims some rules for those who want official SDK release.

# How to ask for official SDK
Kake release request in [website](https://portal.azure-devex-tools.com/tools/request-api-release)

# Some guidance and rules when you fill the release issue

### 1. Expected release date for SDKs (PST)
![img.png](expected-release-date.png)

SDK team need some time to prepare and test, so it is better to leave at least 1 week for them.

### 2. Link to PR or spec (if PR unavailable)
![img.png](link.png)

Two kinds of link is supported:

(1) PR link(for example: https://github.com/Azure/azure-rest-api-specs/pull/16554). If the PR contains `several kinds` of
services, please paste specific service definition link(for example: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/apimanagement/resource-manager)
in `Comments` to clarify which is needed.

(2) service definition link(for example: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/apimanagement/resource-manager)

Note: `make sure` the content you want is `merged` into [main repo: azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
It is not permitted if PR is `open` or in [private repo: azure-rest-api-specs-pr](https://github.com/Azure/azure-rest-api-specs-pr).

### 3. ReadMe tag to be released
![img.png](tag.png)

Make sure the tag is defined in `readme.md`(for example: https:https://github.com/Azure/azure-rest-api-specs/blob/main/specification/advisor/resource-manager/readme.md)
and the tag should stay the same with `default tag` in `readme.md`. If not, please make a PR to modify it before make the
release request.

![img.png](default-tag.png)

### 4. Comments
![img.png](comments.png)

If anything needs to clarify, write it in `Comments`

# What need to do after making release request

You could find your issue in [Azure/sdk-release-request](https://github.com/Azure/sdk-release-request/issues?q=is%3Aopen+is%3Aissue+label%3AManagementPlane),
please pay attention to the `comment of issue` since SDK team may `ask for confirmation` before `publish the official SDK`. Once the SDK is published,
they will paste the link and close the issue.

Binary file added documentation/release-request/tag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4810,6 +4810,16 @@
"name": "RuntimeVersion",
"modelAsString": true
}
},
"containerProbeSettings": {
"description": "Container liveness and readiness probe settings",
"type": "object",
"properties": {
"disableProbe": {
"description": "Indicates whether disable the liveness and readiness probe",
"type": "boolean"
}
}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion specification/chaos/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.Chaos
namespace: Microsoft.Azure.Management.Chaos
output-folder: $(csharp-sdks-folder)/chaos/management/Microsoft.Chaos/GeneratedProtocol
```
25 changes: 23 additions & 2 deletions specification/cognitiveservices/data-plane/Language/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ This is the AutoRest configuration file the Cognitive Services Language SDK.

## Releases

The current preview release is 2021-07-15-preview
The current stable release of QuestionAnswering is 2021-10-01 and preview release of Luis Deepstack is 2021-07-15-preview


```yaml
tag: release_2021_10_01
add-credentials: true
clear-output-folder: true
openapi-type: data-plane
```

```yaml
tag: release_2021_07_15_preview
Expand All @@ -21,6 +29,20 @@ add-credentials: true
clear-output-folder: true
```

### Release 2021-10-01

These settings apply only when `--tag=release_2021_10_01` is specified on the command line.

``` yaml $(tag) == 'release_2021_10_01'
input-file:
- stable/2021-10-01/questionanswering.json
- stable/2021-10-01/questionanswering-authoring.json
title:
Microsoft Cognitive Language Service
modelerfour:
lenient-model-deduplication: true
```

### Release 2021-07-15-preview

These settings apply only when `--tag=release_2021_07_15_preview` is specified on the command line.
Expand Down Expand Up @@ -57,6 +79,5 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-net-track2
- repo: azure-sdk-for-python
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,237 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview\">https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview</a>.",
"version": "2021-10-01"
},
"paths": {},
"definitions": {
"ErrorResponse": {
"type": "object",
"description": "Error response.",
"additionalProperties": false,
"properties": {
"error": {
"description": "The error object.",
"$ref": "#/definitions/Error"
}
}
},
"Error": {
"type": "object",
"description": "The error object.",
"additionalProperties": false,
"required": [
"code",
"message"
],
"properties": {
"code": {
"description": "One of a server-defined set of error codes.",
"$ref": "#/definitions/ErrorCode"
},
"message": {
"type": "string",
"description": "A human-readable representation of the error."
},
"target": {
"type": "string",
"description": "The target of the error."
},
"details": {
"type": "array",
"description": "An array of details about specific errors that led to this reported error.",
"items": {
"$ref": "#/definitions/Error"
}
},
"innererror": {
"description": "An object containing more specific information than the current object about the error.",
"$ref": "#/definitions/InnerErrorModel"
}
}
},
"InnerErrorModel": {
"type": "object",
"description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.",
"additionalProperties": false,
"required": [
"code",
"message"
],
"properties": {
"code": {
"description": "One of a server-defined set of error codes.",
"$ref": "#/definitions/InnerErrorCode"
},
"message": {
"type": "string",
"description": "Error message."
},
"details": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Error details."
},
"target": {
"type": "string",
"description": "Error target."
},
"innererror": {
"description": "An object containing more specific information than the current object about the error.",
"$ref": "#/definitions/InnerErrorModel"
}
}
},
"ErrorCode": {
"type": "string",
"description": "Human-readable error code.",
"x-ms-enum": {
"name": "ErrorCode",
"modelAsString": true
},
"enum": [
"InvalidRequest",
"InvalidArgument",
"Unauthorized",
"Forbidden",
"NotFound",
"ProjectNotFound",
"OperationNotFound",
"AzureCognitiveSearchNotFound",
"AzureCognitiveSearchIndexNotFound",
"TooManyRequests",
"AzureCognitiveSearchThrottling",
"AzureCognitiveSearchIndexLimitReached",
"InternalServerError",
"ServiceUnavailable"
]
},
"InnerErrorCode": {
"type": "string",
"description": "Human-readable error code.",
"x-ms-enum": {
"name": "InnerErrorCode",
"modelAsString": true
},
"enum": [
"InvalidRequest",
"InvalidParameterValue",
"KnowledgeBaseNotFound",
"AzureCognitiveSearchNotFound",
"AzureCognitiveSearchThrottling",
"ExtractionFailure"
]
},
"Language": {
"type": "string",
"description": "Language of the text records. This is BCP-47 representation of a language. For example, use \"en\" for English; \"es\" for Spanish etc. If not set, use \"en\" for English as default."
},
"StringIndexType": {
"type": "string",
"description": "Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets.",
"default": "TextElements_v8",
"enum": [
"TextElements_v8",
"UnicodeCodePoint",
"Utf16CodeUnit"
],
"x-ms-enum": {
"name": "StringIndexType",
"modelAsString": true,
"values": [
{
"value": "TextElements_v8",
"description": "Returned offset and length values will correspond to TextElements (Graphemes and Grapheme clusters) confirming to the Unicode 8.0.0 standard. Use this option if your application is written in .Net Framework or .Net Core and you will be using StringInfo."
},
{
"value": "UnicodeCodePoint",
"description": "Returned offset and length values will correspond to Unicode code points. Use this option if your application is written in a language that support Unicode, for example Python."
},
{
"value": "Utf16CodeUnit",
"description": "Returned offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript."
}
]
}
}
},
"parameters": {
"Endpoint": {
"name": "Endpoint",
"description": "Supported Cognitive Services endpoint (e.g., https://<resource-name>.api.cognitiveservices.azure.com).",
"x-ms-parameter-location": "client",
"required": true,
"type": "string",
"in": "path",
"x-ms-skip-url-encoding": true
},
"ProjectNameQueryParameter": {
"name": "projectName",
"in": "query",
"required": true,
"type": "string",
"description": "The name of the project to use.",
"x-ms-parameter-location": "method"
},
"ProjectNamePathParameter": {
"name": "projectName",
"in": "path",
"required": true,
"type": "string",
"maxLength": 100,
"description": "The name of the project to use.",
"x-ms-parameter-location": "method"
},
"DeploymentNameQueryParameter": {
"name": "deploymentName",
"in": "query",
"required": true,
"type": "string",
"description": "The name of the specific deployment of the project to use.",
"x-ms-parameter-location": "method"
},
"DeploymentNamePathParameter": {
"name": "deploymentName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the specific deployment of the project to use.",
"x-ms-parameter-location": "method"
},
"ApiVersionParameter": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "Client API version."
},
"TopParameter": {
"name": "top",
"in": "query",
"description": "The maximum number of resources to return from the collection.",
"type": "integer",
"format": "int32",
"x-ms-parameter-location": "method"
},
"SkipParameter": {
"name": "skip",
"in": "query",
"description": "An offset into the collection of the first resource to be returned.",
"type": "integer",
"format": "int32",
"x-ms-parameter-location": "method"
},
"MaxPageSizeParameter": {
"name": "maxpagesize",
"in": "query",
"description": "The maximum number of resources to include in a single response.",
"type": "integer",
"format": "int32",
"x-ms-parameter-location": "method"
}
}
}
Loading