Skip to content

Commit

Permalink
[AutoPR compute/resource-manager] Publicipprefixaugust (#2321)
Browse files Browse the repository at this point in the history
* Add implementation for Cognitive Services Bing Auto Suggest (#2264)

* Add implementation for Cognitive Services Bing Auto Suggest
* Update pom.xml files to reflect the new directory structure in github and bump version to 1.0.2
* Update LUIS Runtime auto-gen'ed SDK files using latest specs.
* Update ComputerVision auto-gen'ed SDK files using latest specs.
* Generate SDKs for CustomVision Prediction and Training.

* Update LUIS Authoring auto-gen'ed SDK files using latest specs. (#2276)

Update manager classes for CustomVision Prediction and Training.

* Regenerate network with 2018-06-01 added (#2288)

* Generated from 1dda4e455040e612e0553c6d9503d29509cde751 (#2247) (#2256)

Add iotcentral version 2018-09-01

* Generate notification hubs and hdinsight (#2307)

* Generate notification hubs

* Generate hdinsight

* Manually fix notification hubs

* Adding Log Analytics data plane (#2113)

* adding log analytics data plane

* update pom.xml

* update row type, version correctly, rebase off master, update tests

* Remove exposed credentials; delete associated app

* update tests

* add test recording

* Generated from cde7e7b7e45936737e64c5ad9ad43fdb5a36ab2e

Add PublicIpPrefix Subresource to VirtualMachineScaleSetPublicIPAddressConfigurationProperties
  • Loading branch information
AutorestCI authored Aug 13, 2018
1 parent be5b382 commit a188897
Show file tree
Hide file tree
Showing 1,171 changed files with 83,332 additions and 104,389 deletions.
12 changes: 12 additions & 0 deletions api-specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"source": "specification/eventgrid/data-plane/readme.md",
"args": "--multiapi"
},
"hdinsight/resource-manager": {
"source": "specification/hdinsight/resource-manager/readme.md",
"args": "--multiapi --fluent"
},
"iotcentral/resource-manager": {
"source": "specification/iotcentral/resource-manager/readme.md",
"args": "--multiapi --fluent",
Expand All @@ -68,10 +72,18 @@
"source": "specification/keyvault/resource-manager/readme.md",
"args": "--multiapi --fluent"
},
"loganalytics/data-plane": {
"source": "specification/operationalinsights/data-plane/readme.md",
"args": "--payload-flattening-threshold=1 --override-client-name=LogAnalyticsDataClient"
},
"logic/resource-manager": {
"source": "specification/logic/resource-manager/readme.md",
"args": "--multiapi --fluent"
},
"notificationhubs/resource-manager": {
"source": "specification/notificationhubs/resource-manager/readme.md",
"args": "--multiapi --fluent"
},
"mediaservices/resource-manager": {
"source": "specification/mediaservices/resource-manager/readme.md",
"args": "--multiapi --fluent"
Expand Down
6 changes: 3 additions & 3 deletions cognitiveservices/data-plane/language/bingspellcheck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<parent>
<groupId>com.microsoft.azure.cognitiveservices</groupId>
<artifactId>azure-cognitiveservices-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<version>1.0.1</version>
<version>1.0.2</version>
<artifactId>azure-cognitiveservices-spellcheck</artifactId>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Cognitive Service Spell Check</name>
<description>This package contains Microsoft Cognitive Service Spell Check SDK.</description>
<url>https://github.com/Azure/azure-sdk-for-java/azure-cognitiveservices/language/bingspellcheck</url>
<url>https://github.com/Azure/azure-sdk-for-java/cognitiveservices/data-plane/language/bingspellcheck</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
Expand Down
8 changes: 4 additions & 4 deletions cognitiveservices/data-plane/language/luis/authoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<parent>
<groupId>com.microsoft.azure.cognitiveservices</groupId>
<artifactId>azure-cognitiveservices-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>azure-cognitiveservices-languageunderstanding-authoring</artifactId>
<version>1.0.1-beta</version>
<artifactId>azure-cognitiveservices-luis-authoring</artifactId>
<version>1.0.2-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Cognitive Service Language Understanding (LUIS)</name>
<description>This package contains Microsoft Cognitive Service Language Understanding (LUIS).</description>
<url>https://github.com/Azure/azure-sdk-for-java/azure-cognitiveservices/language/luis/authoring</url>
<url>https://github.com/Azure/azure-sdk-for-java/cognitiveservices/data-plane/language/luis/authoring</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public interface Apps {
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the List&lt;ApplicationInfoResponse&gt; object if successful.
*/

@Deprecated
List<ApplicationInfoResponse> list(ListAppsOptionalParameter listOptionalParameter);

/**
Expand All @@ -83,7 +83,7 @@ public interface Apps {
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the List&lt;ApplicationInfoResponse&gt; object
*/

@Deprecated
Observable<List<ApplicationInfoResponse>> listAsync(ListAppsOptionalParameter listOptionalParameter);

/**
Expand Down Expand Up @@ -155,7 +155,7 @@ interface AppsListDefinition extends
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the UUID object if successful.
*/

@Deprecated
UUID importMethod(LuisApp luisApp, ImportMethodAppsOptionalParameter importMethodOptionalParameter);

/**
Expand All @@ -166,7 +166,7 @@ interface AppsListDefinition extends
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the UUID object
*/

@Deprecated
Observable<UUID> importMethodAsync(LuisApp luisApp, ImportMethodAppsOptionalParameter importMethodOptionalParameter);

/**
Expand Down Expand Up @@ -462,7 +462,7 @@ interface AppsImportMethodDefinition extends
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the OperationStatus object if successful.
*/

@Deprecated
OperationStatus updateSettings(UUID appId, UpdateSettingsOptionalParameter updateSettingsOptionalParameter);

/**
Expand All @@ -473,7 +473,7 @@ interface AppsImportMethodDefinition extends
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the OperationStatus object
*/

@Deprecated
Observable<OperationStatus> updateSettingsAsync(UUID appId, UpdateSettingsOptionalParameter updateSettingsOptionalParameter);

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public interface Examples {
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the List&lt;LabeledUtterance&gt; object if successful.
*/

@Deprecated
List<LabeledUtterance> list(UUID appId, String versionId, ListExamplesOptionalParameter listOptionalParameter);

/**
Expand All @@ -99,7 +99,7 @@ public interface Examples {
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the List&lt;LabeledUtterance&gt; object
*/

@Deprecated
Observable<List<LabeledUtterance>> listAsync(UUID appId, String versionId, ListExamplesOptionalParameter listOptionalParameter);

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public interface Features {
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the List&lt;PhraseListFeatureInfo&gt; object if successful.
*/

@Deprecated
List<PhraseListFeatureInfo> listPhraseLists(UUID appId, String versionId, ListPhraseListsOptionalParameter listPhraseListsOptionalParameter);

/**
Expand All @@ -77,7 +77,7 @@ public interface Features {
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the List&lt;PhraseListFeatureInfo&gt; object
*/

@Deprecated
Observable<List<PhraseListFeatureInfo>> listPhraseListsAsync(UUID appId, String versionId, ListPhraseListsOptionalParameter listPhraseListsOptionalParameter);

/**
Expand Down Expand Up @@ -174,7 +174,7 @@ interface FeaturesListPhraseListsDefinition extends
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the FeaturesResponseObject object if successful.
*/

@Deprecated
FeaturesResponseObject list(UUID appId, String versionId, ListFeaturesOptionalParameter listOptionalParameter);

/**
Expand All @@ -186,7 +186,7 @@ interface FeaturesListPhraseListsDefinition extends
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the FeaturesResponseObject object
*/

@Deprecated
Observable<FeaturesResponseObject> listAsync(UUID appId, String versionId, ListFeaturesOptionalParameter listOptionalParameter);

/**
Expand Down Expand Up @@ -310,7 +310,7 @@ interface FeaturesListDefinition extends
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the OperationStatus object if successful.
*/

@Deprecated
OperationStatus updatePhraseList(UUID appId, String versionId, int phraselistId, UpdatePhraseListOptionalParameter updatePhraseListOptionalParameter);

/**
Expand All @@ -323,7 +323,7 @@ interface FeaturesListDefinition extends
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the OperationStatus object
*/

@Deprecated
Observable<OperationStatus> updatePhraseListAsync(UUID appId, String versionId, int phraselistId, UpdatePhraseListOptionalParameter updatePhraseListOptionalParameter);

/**
Expand Down

This file was deleted.

Loading

0 comments on commit a188897

Please sign in to comment.