Skip to content

Commit 27cc00a

Browse files
author
SDKAuto
committed
CodeGen from PR 11626 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.MixedReality to add version preview/2019-02-28-preview (#11626) * add isDataAction to listOperations spec * check if type is wrong * Type should be boolean * add identity and kind to the spatial accounts def * isDataAction should be an enum * move isDataAction to its own enum * remove kind from list * refer to common types instead of defining inline * update schema to reflect reality * remove extraneous curly brace * add curly brace at the correct location * change nameAvailable to boolean * add a format for integer type * change example * updated wrong file * remove format per breaking change discussion * fix prettier error
1 parent 87d97a9 commit 27cc00a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sdk/mixedreality/mgmt-v2020_05_01/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<parent>
1212
<groupId>com.microsoft.azure</groupId>
1313
<artifactId>azure-arm-parent</artifactId>
14-
<version>1.3.0</version>
15-
<relativePath>../../parents/azure-arm-parent/pom.xml</relativePath>
14+
<version>1.1.0</version>
15+
<relativePath>../../../pom.management.xml</relativePath>
1616
</parent>
1717
<artifactId>azure-mgmt-mixedreality</artifactId>
1818
<version>1.0.0-beta</version>

sdk/mixedreality/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/mixedreality/v2020_05_01/AzureEntityResource.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
import com.microsoft.azure.ProxyResource;
1313

1414
/**
15-
* The resource model definition for a Azure Resource Manager resource with an
15+
* Entity Resource.
16+
* The resource model definition for an Azure Resource Manager resource with an
1617
* etag.
1718
*/
1819
public class AzureEntityResource extends ProxyResource {

0 commit comments

Comments
 (0)