Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into regenerate_keys

* 'master' of https://github.com/Azure/azure-sdk-for-python: (26 commits)
  [formrecognizer] update formrecognizer links to new aka.ms naming (Azure#12079)
  changes in samples tests (Azure#12090)
  readme & sample updates (Azure#12095)
  Update Key Vault minimum azure-core to 1.4.0 (Azure#12074)
  [formrecognizer] test parity with other languages (Azure#12059)
  syncing missing changelog items (Azure#12089)
  updating doc references (Azure#12086)
  reserve 1 more version for storage and network (Azure#12082)
  Fix format in swagger_to_sdk_config.json (Azure#12083)
  modify changelog (Azure#12071)
  Update Cosmos CODEOWNERS (Azure#11500)
  Regenerate LUIS (Azure#12064)
  Enable track2 SDK Automation config on master branch (Azure#11654)
  Update KeyVaultPreparer with track 2 mgmt changes (Azure#12060)
  Increment version for storage releases (Azure#12034)
  AzureCliCredential correctly invokes /bin/sh (Azure#12056)
  [formrecognizer] reduce time for recorded tests runs (Azure#11970)
  disable some bandit warnings (Azure#12054)
  Respect nbf and exp in local encrypt/wrap operations (Azure#11953)
  add bug_bash template (Azure#12045)
  ...
  • Loading branch information
iscai-msft committed Jun 17, 2020
2 parents bd75efe + 4c8dcd3 commit 6585bef
Show file tree
Hide file tree
Showing 158 changed files with 8,856 additions and 1,191 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/sdk/containerinstance/ @samkreter @xizhamsft
/sdk/containerregistry/ @djyou
/sdk/containerservice/ @samkreter @zqingqing1 @GaneshaThirumurthi
/sdk/cosmos/ @shurd
/sdk/cosmos/ @southpolesteve @zfoster
/sdk/datafactory/ @hvermis
/sdk/datalake/ @ro-joowan
/sdk/datadatamigration/ @vchske
Expand Down
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_bash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug Bash report
about: Create a report about bug bash
title: "[BUG Bash]"
labels: bugbash, Mgmt
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

***Exception or Stack Trace***
Add the exception log and stack trace if available

**To Reproduce**
Steps to reproduce the behavior:

***Code Snippet***
Add the code snippet that causes the issue.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Setup (please complete the following information):**
- Python Version: [e.g. Python 3.8]
- SDK Version: [e.g. azure-mgmt-resource-15.0.0b1]

**Additional context**
Add any other context about the problem here.

**Information Checklist**
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- [ ] Bug Description Added
- [ ] Repro Steps Added
- [ ] Setup information Added
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## 1.0.0b1 (2020-06-17)

This is beta preview version.
For detailed changelog please refer to equivalent stable version 0.4.0 (https://pypi.org/project/azure-mgmt-appconfiguration/0.4.0/)

This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).

Expand Down
2 changes: 1 addition & 1 deletion sdk/appconfiguration/azure-mgmt-appconfiguration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ For a more complete view of Azure libraries, see the [Github repo](https://githu

# Usage

For code examples, see [App Configuration Management](https://docs.microsoft.com/python/api/overview/azure/)
For code examples, see [App Configuration Management](https://docs.microsoft.com/python/api/overview/azure/?view=azure-python-preview)
on docs.microsoft.com.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package_name = "azure-mgmt-appconfiguration"
package_nspkg = "azure-mgmt-nspkg"
package_pprint_name = "App Configuration Management"
package_doc_id = ""
package_doc_id = "?view=azure-python-preview"
is_stable = false
is_arm = true
need_msrestazure = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Release History

## 0.7.0 (2020-06-15)

*Authoring*

**Features**

- Model JSONEntity has a new parameter children
- Model EntityLabel has a new parameter children
- Model EntityPrediction has a new parameter children
- Model EntityLabelObject has a new parameter children
- Model ModelFeatureInformation has a new parameter is_required

**Breaking changes**

- Operation ExamplesOperations.add has a new signature
- Operation ExamplesOperations.batch has a new signature
- Operation ExamplesOperations.list has a new signature
- Operation ModelOperations.list_entity_suggestions has a new signature
- Operation ModelOperations.list_intent_suggestions has a new signature
- Operation ModelOperations.delete_entity_feature has a new signature
- Operation ModelOperations.delete_intent_feature has a new signature
- Operation FeaturesOperations.add_entity_feature has a new signature
- Operation FeaturesOperations.add_intent_feature has a new signature
- Removed operation group PermissionsOperations

## 0.6.0 (2020-05-11)

*Authoring*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
## Microsoft Azure SDK for Python
# Microsoft Azure SDK for Python

This is the Microsoft Azure Cognitive Services LUIS Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)

This package has been tested with Python 2.7, 3.5, 3.6 and 3.7.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
# Usage

## Usage

For code examples, see [Cognitive Services
LUIS](https://docs.microsoft.com/python/api/overview/azure/cognitive-services)
For code examples, see [Cognitive Services LUIS](https://docs.microsoft.com/python/api/overview/azure/cognitive-services)
on docs.microsoft.com.

## Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in
the [Issues](https://github.com/Azure/azure-sdk-for-python/issues)
# Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.

![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-language-luis%2FREADME.png)

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-language-luis%2FREADME.png)
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from .operations import AppsOperations
from .operations import VersionsOperations
from .operations import TrainOperations
from .operations import PermissionsOperations
from .operations import PatternOperations
from .operations import SettingsOperations
from .operations import AzureAccountsOperations
Expand All @@ -45,8 +44,6 @@ class LUISAuthoringClient(SDKClient):
:vartype versions: azure.cognitiveservices.language.luis.authoring.operations.VersionsOperations
:ivar train: Train operations
:vartype train: azure.cognitiveservices.language.luis.authoring.operations.TrainOperations
:ivar permissions: Permissions operations
:vartype permissions: azure.cognitiveservices.language.luis.authoring.operations.PermissionsOperations
:ivar pattern: Pattern operations
:vartype pattern: azure.cognitiveservices.language.luis.authoring.operations.PatternOperations
:ivar settings: Settings operations
Expand Down Expand Up @@ -85,8 +82,6 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.train = TrainOperations(
self._client, self.config, self._serialize, self._deserialize)
self.permissions = PermissionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.pattern = PatternOperations(
self._client, self.config, self._serialize, self._deserialize)
self.settings = SettingsOperations(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,9 @@ class EntityLabel(Model):
:type role: str
:param role_id: The role id for the predicted entity.
:type role_id: str
:param children:
:type children:
list[~azure.cognitiveservices.language.luis.authoring.models.EntityLabel]
"""

_validation = {
Expand All @@ -876,6 +879,7 @@ class EntityLabel(Model):
'end_token_index': {'key': 'endTokenIndex', 'type': 'int'},
'role': {'key': 'role', 'type': 'str'},
'role_id': {'key': 'roleId', 'type': 'str'},
'children': {'key': 'children', 'type': '[EntityLabel]'},
}

def __init__(self, **kwargs):
Expand All @@ -885,6 +889,7 @@ def __init__(self, **kwargs):
self.end_token_index = kwargs.get('end_token_index', None)
self.role = kwargs.get('role', None)
self.role_id = kwargs.get('role_id', None)
self.children = kwargs.get('children', None)


class EntityLabelObject(Model):
Expand All @@ -903,6 +908,9 @@ class EntityLabelObject(Model):
:type end_char_index: int
:param role: The role the entity plays in the utterance.
:type role: str
:param children: The identified entities within the example utterance.
:type children:
list[~azure.cognitiveservices.language.luis.authoring.models.EntityLabelObject]
"""

_validation = {
Expand All @@ -916,6 +924,7 @@ class EntityLabelObject(Model):
'start_char_index': {'key': 'startCharIndex', 'type': 'int'},
'end_char_index': {'key': 'endCharIndex', 'type': 'int'},
'role': {'key': 'role', 'type': 'str'},
'children': {'key': 'children', 'type': '[EntityLabelObject]'},
}

def __init__(self, **kwargs):
Expand All @@ -924,6 +933,7 @@ def __init__(self, **kwargs):
self.start_char_index = kwargs.get('start_char_index', None)
self.end_char_index = kwargs.get('end_char_index', None)
self.role = kwargs.get('role', None)
self.children = kwargs.get('children', None)


class EntityModelCreateObject(Model):
Expand Down Expand Up @@ -1065,6 +1075,9 @@ class EntityPrediction(Model):
:type end_token_index: int
:param phrase: Required. The actual token(s) that comprise the entity.
:type phrase: str
:param children:
:type children:
list[~azure.cognitiveservices.language.luis.authoring.models.EntityPrediction]
"""

_validation = {
Expand All @@ -1079,6 +1092,7 @@ class EntityPrediction(Model):
'start_token_index': {'key': 'startTokenIndex', 'type': 'int'},
'end_token_index': {'key': 'endTokenIndex', 'type': 'int'},
'phrase': {'key': 'phrase', 'type': 'str'},
'children': {'key': 'children', 'type': '[EntityPrediction]'},
}

def __init__(self, **kwargs):
Expand All @@ -1087,6 +1101,7 @@ def __init__(self, **kwargs):
self.start_token_index = kwargs.get('start_token_index', None)
self.end_token_index = kwargs.get('end_token_index', None)
self.phrase = kwargs.get('phrase', None)
self.children = kwargs.get('children', None)


class EntityRole(Model):
Expand Down Expand Up @@ -1618,6 +1633,9 @@ class JSONEntity(Model):
:type entity: str
:param role: The role the entity plays in the utterance.
:type role: str
:param children:
:type children:
list[~azure.cognitiveservices.language.luis.authoring.models.JSONEntity]
"""

_validation = {
Expand All @@ -1631,6 +1649,7 @@ class JSONEntity(Model):
'end_pos': {'key': 'endPos', 'type': 'int'},
'entity': {'key': 'entity', 'type': 'str'},
'role': {'key': 'role', 'type': 'str'},
'children': {'key': 'children', 'type': '[JSONEntity]'},
}

def __init__(self, **kwargs):
Expand All @@ -1639,6 +1658,7 @@ def __init__(self, **kwargs):
self.end_pos = kwargs.get('end_pos', None)
self.entity = kwargs.get('entity', None)
self.role = kwargs.get('role', None)
self.children = kwargs.get('children', None)


class JSONModelFeature(Model):
Expand Down Expand Up @@ -2045,17 +2065,21 @@ class ModelFeatureInformation(Model):
:type model_name: str
:param feature_name: The name of the feature used.
:type feature_name: str
:param is_required:
:type is_required: bool
"""

_attribute_map = {
'model_name': {'key': 'modelName', 'type': 'str'},
'feature_name': {'key': 'featureName', 'type': 'str'},
'is_required': {'key': 'isRequired', 'type': 'bool'},
}

def __init__(self, **kwargs):
super(ModelFeatureInformation, self).__init__(**kwargs)
self.model_name = kwargs.get('model_name', None)
self.feature_name = kwargs.get('feature_name', None)
self.is_required = kwargs.get('is_required', None)


class ModelInfoResponse(Model):
Expand Down
Loading

0 comments on commit 6585bef

Please sign in to comment.