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
27 changes: 27 additions & 0 deletions src/MixedReality/MixedReality.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the ""License"");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an ""AS IS"" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
// is regenerated.

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - MixedReality")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.2")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.2")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]

20 changes: 10 additions & 10 deletions src/MixedReality/MixedReality.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ title: MixedReality
module-version: 0.2.0
subject-prefix: $(service-name)

identity-correction-for-post: true
resourcegroup-append: true
nested-object-to-string: true

# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option
use-extension:
"@autorest/powershell": "3.x"

directive:
- where:
verb: (.*)
set:
breaking-change:
deprecated-by-version: 0.3.0
deprecated-by-azversion: 14.5.0
change-effective-date: 2025/09/30

- from: swagger-document
where: $.definitions.AccountKeyRegenerateRequest.properties.serial
transform: >-
Expand All @@ -63,10 +63,10 @@ directive:
"default": 1
}
- where:
variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$
variant: ^(Create|Update|Check|Regenerate)(?!.*?(Expanded|JsonFilePath|JsonString))
remove: true
- where:
variant: ^Check$|^CheckViaIdentity$|^Regenerate$|^RegenerateViaIdentity$
variant: ^CreateViaIdentityExpanded$
remove: true
- where:
verb: Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.MixedReality
Module Guid: 4bdb5e8a-54be-4080-8f73-9c4e31acf7c7
Module Guid: 3ac1ba4c-b0f6-4154-a2e7-b5839f8b5e95
Download Help Link: https://learn.microsoft.com/powershell/module/az.mixedreality
Help Version: 1.0.0.0
Locale: en-US
Expand Down Expand Up @@ -60,11 +60,11 @@ Delete a Spatial Anchors Account.
Check Name Availability for local uniqueness

### [Update-AzMixedRealityObjectAnchorsAccount](Update-AzMixedRealityObjectAnchorsAccount.md)
Updating an Object Anchors Account
Creating or Updating an object anchors Account.

### [Update-AzMixedRealityRemoteRenderingAccount](Update-AzMixedRealityRemoteRenderingAccount.md)
Updating a Remote Rendering Account
Creating or Updating a Remote Rendering Account.

### [Update-AzMixedRealitySpatialAnchorsAccount](Update-AzMixedRealitySpatialAnchorsAccount.md)
Updating a Spatial Anchors Account
Creating or Updating a Spatial Anchors Account.

Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ Accept wildcard characters: False

### -InputObject
Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IMixedRealityIdentity
Expand Down Expand Up @@ -170,7 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IObjectAnchorsAccount
### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IObjectAnchorsAccount

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IAccountKeys
### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IAccountKeys

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ Accept wildcard characters: False

### -InputObject
Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IMixedRealityIdentity
Expand Down Expand Up @@ -170,7 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IRemoteRenderingAccount
### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IRemoteRenderingAccount

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IAccountKeys
### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IAccountKeys

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ Accept wildcard characters: False

### -InputObject
Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IMixedRealityIdentity
Expand Down Expand Up @@ -170,7 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ISpatialAnchorsAccount
### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.ISpatialAnchorsAccount

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IAccountKeys
### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IAccountKeys

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,26 @@ Creating or Updating an object anchors Account.

## SYNTAX

### CreateExpanded (Default)
```
New-AzMixedRealityObjectAnchorsAccount -Name <String> -ResourceGroupName <String> -Location <String>
[-SubscriptionId <String>] [-IdentityType <ResourceIdentityType>] [-KindCapacity <Int32>]
[-KindFamily <String>] [-KindName <String>] [-KindSize <String>] [-KindTier <SkuTier>]
[-PlanType <ResourceIdentityType>] [-SkuCapacity <Int32>] [-SkuFamily <String>] [-SkuName <String>]
[-SkuSize <String>] [-SkuTier <SkuTier>] [-StorageAccountName <String>] [-Tag <Hashtable>]
[-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
[-SubscriptionId <String>] [-EnableSystemAssignedIdentity] [-KindCapacity <Int32>] [-KindFamily <String>]
[-KindName <String>] [-KindSize <String>] [-KindTier <String>] [-PlanType <String>] [-SkuCapacity <Int32>]
[-SkuFamily <String>] [-SkuName <String>] [-SkuSize <String>] [-SkuTier <String>]
[-StorageAccountName <String>] [-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf]
[<CommonParameters>]
```

### CreateViaJsonFilePath
```
New-AzMixedRealityObjectAnchorsAccount -Name <String> -ResourceGroupName <String> -JsonFilePath <String>
[-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
```

### CreateViaJsonString
```
New-AzMixedRealityObjectAnchorsAccount -Name <String> -ResourceGroupName <String> -JsonString <String>
[-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -57,12 +70,12 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -IdentityType
The identity type.
### -EnableSystemAssignedIdentity
Determines whether to enable a system-assigned identity for the resource.

```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Support.ResourceIdentityType
Parameter Sets: (All)
Type: System.Management.Automation.SwitchParameter
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -72,13 +85,43 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -JsonFilePath
Path of Json file supplied to the Create operation

```yaml
Type: System.String
Parameter Sets: CreateViaJsonFilePath
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -JsonString
Json string supplied to the Create operation

```yaml
Type: System.String
Parameter Sets: CreateViaJsonString
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -KindCapacity
If the SKU supports scale out/in then the capacity integer should be included.
If scale out/in is not possible for the resource this may be omitted.

```yaml
Type: System.Int32
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -93,7 +136,7 @@ If the service has different generations of hardware, for the same SKU, then tha

```yaml
Type: System.String
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -110,7 +153,7 @@ It is typically a letter+number code

```yaml
Type: System.String
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -126,7 +169,7 @@ When the name field is the combination of tier and some other value, this would

```yaml
Type: System.String
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -140,8 +183,8 @@ Accept wildcard characters: False
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Support.SkuTier
Parameter Sets: (All)
Type: System.String
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -156,7 +199,7 @@ The geo-location where the resource lives

```yaml
Type: System.String
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: True
Expand Down Expand Up @@ -185,8 +228,8 @@ Accept wildcard characters: False
The identity type.

```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Support.ResourceIdentityType
Parameter Sets: (All)
Type: System.String
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand Down Expand Up @@ -217,7 +260,7 @@ If scale out/in is not possible for the resource this may be omitted.

```yaml
Type: System.Int32
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -232,7 +275,7 @@ If the service has different generations of hardware, for the same SKU, then tha

```yaml
Type: System.String
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -249,7 +292,7 @@ It is typically a letter+number code

```yaml
Type: System.String
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -265,7 +308,7 @@ When the name field is the combination of tier and some other value, this would

```yaml
Type: System.String
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -279,8 +322,8 @@ Accept wildcard characters: False
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Support.SkuTier
Parameter Sets: (All)
Type: System.String
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand All @@ -295,7 +338,7 @@ The name of the storage account associated with this accountId

```yaml
Type: System.String
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand Down Expand Up @@ -327,7 +370,7 @@ Resource tags.

```yaml
Type: System.Collections.Hashtable
Parameter Sets: (All)
Parameter Sets: CreateExpanded
Aliases:

Required: False
Expand Down Expand Up @@ -375,7 +418,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IObjectAnchorsAccount
### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IObjectAnchorsAccount

## NOTES

Expand Down
Loading