Skip to content
Closed
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
11 changes: 7 additions & 4 deletions sdk/mixedreality/azure-mgmt-mixedreality/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"autorest": "3.3.0",
"use": "@autorest/[email protected]",
"commit": "4e6a4ff608dde7a2312d13ce0d939e2126aa86e1",
"autorest": "3.4.5",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"commit": "1b0cac333a3368600f0b28cbbd6a27f8c24c4c5d",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/mixedreality/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.6.6 --version=3.3.0",
"autorest_command": "autorest specification/mixedreality/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.8.4 --use=@autorest/[email protected] --version=3.4.5",
"readme": "specification/mixedreality/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},
"async": {
"coroutine": true,
"signature": "async def check_name_availability_local(\n self,\n location: str,\n check_name_availability: \"_models.CheckNameAvailabilityRequest\",\n **kwargs\n) -\u003e \"_models.CheckNameAvailabilityResponse\":\n",
"signature": "async def check_name_availability_local(\n self,\n location: str,\n check_name_availability: \"_models.CheckNameAvailabilityRequest\",\n **kwargs: Any\n) -\u003e \"_models.CheckNameAvailabilityResponse\":\n",
"doc": "\"\"\"Check Name Availability for local uniqueness.\n\n:param location: The location in which uniqueness will be verified.\n:type location: str\n:param check_name_availability: Check Name Availability Request.\n:type check_name_availability: ~azure.mgmt.mixedreality.models.CheckNameAvailabilityRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: CheckNameAvailabilityResponse, or the result of cls(response)\n:rtype: ~azure.mgmt.mixedreality.models.CheckNameAvailabilityResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\""
},
"call": "location, check_name_availability"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0"
VERSION = "0.0.1"
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def check_name_availability_local(
self,
location: str,
check_name_availability: "_models.CheckNameAvailabilityRequest",
**kwargs
**kwargs: Any
) -> "_models.CheckNameAvailabilityResponse":
"""Check Name Availability for local uniqueness.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, client, config, serializer, deserializer) -> None:

def list_by_subscription(
self,
**kwargs
**kwargs: Any
) -> AsyncIterable["_models.ObjectAnchorsAccountPage"]:
"""List Object Anchors Accounts by Subscription.

Expand Down Expand Up @@ -110,7 +110,7 @@ async def get_next(next_link=None):
def list_by_resource_group(
self,
resource_group_name: str,
**kwargs
**kwargs: Any
) -> AsyncIterable["_models.ObjectAnchorsAccountPage"]:
"""List Resources by Resource Group.

Expand Down Expand Up @@ -181,7 +181,7 @@ async def delete(
self,
resource_group_name: str,
account_name: str,
**kwargs
**kwargs: Any
) -> None:
"""Delete an Object Anchors Account.

Expand Down Expand Up @@ -236,7 +236,7 @@ async def get(
self,
resource_group_name: str,
account_name: str,
**kwargs
**kwargs: Any
) -> "_models.ObjectAnchorsAccount":
"""Retrieve an Object Anchors Account.

Expand Down Expand Up @@ -295,7 +295,7 @@ async def update(
resource_group_name: str,
account_name: str,
object_anchors_account: "_models.ObjectAnchorsAccount",
**kwargs
**kwargs: Any
) -> "_models.ObjectAnchorsAccount":
"""Updating an Object Anchors Account.

Expand Down Expand Up @@ -361,7 +361,7 @@ async def create(
resource_group_name: str,
account_name: str,
object_anchors_account: "_models.ObjectAnchorsAccount",
**kwargs
**kwargs: Any
) -> "_models.ObjectAnchorsAccount":
"""Creating or Updating an object anchors Account.

Expand Down Expand Up @@ -430,7 +430,7 @@ async def list_keys(
self,
resource_group_name: str,
account_name: str,
**kwargs
**kwargs: Any
) -> "_models.AccountKeys":
"""List Both of the 2 Keys of an object anchors Account.

Expand Down Expand Up @@ -489,7 +489,7 @@ async def regenerate_keys(
resource_group_name: str,
account_name: str,
regenerate: "_models.AccountKeyRegenerateRequest",
**kwargs
**kwargs: Any
) -> "_models.AccountKeys":
"""Regenerate specified Key of an object anchors Account.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, client, config, serializer, deserializer) -> None:

def list(
self,
**kwargs
**kwargs: Any
) -> AsyncIterable["_models.OperationPage"]:
"""Exposing Available Operations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, client, config, serializer, deserializer) -> None:

def list_by_subscription(
self,
**kwargs
**kwargs: Any
) -> AsyncIterable["_models.RemoteRenderingAccountPage"]:
"""List Remote Rendering Accounts by Subscription.

Expand Down Expand Up @@ -110,7 +110,7 @@ async def get_next(next_link=None):
def list_by_resource_group(
self,
resource_group_name: str,
**kwargs
**kwargs: Any
) -> AsyncIterable["_models.RemoteRenderingAccountPage"]:
"""List Resources by Resource Group.

Expand Down Expand Up @@ -181,7 +181,7 @@ async def delete(
self,
resource_group_name: str,
account_name: str,
**kwargs
**kwargs: Any
) -> None:
"""Delete a Remote Rendering Account.

Expand Down Expand Up @@ -236,7 +236,7 @@ async def get(
self,
resource_group_name: str,
account_name: str,
**kwargs
**kwargs: Any
) -> "_models.RemoteRenderingAccount":
"""Retrieve a Remote Rendering Account.

Expand Down Expand Up @@ -295,7 +295,7 @@ async def update(
resource_group_name: str,
account_name: str,
remote_rendering_account: "_models.RemoteRenderingAccount",
**kwargs
**kwargs: Any
) -> "_models.RemoteRenderingAccount":
"""Updating a Remote Rendering Account.

Expand Down Expand Up @@ -361,7 +361,7 @@ async def create(
resource_group_name: str,
account_name: str,
remote_rendering_account: "_models.RemoteRenderingAccount",
**kwargs
**kwargs: Any
) -> "_models.RemoteRenderingAccount":
"""Creating or Updating a Remote Rendering Account.

Expand Down Expand Up @@ -430,7 +430,7 @@ async def list_keys(
self,
resource_group_name: str,
account_name: str,
**kwargs
**kwargs: Any
) -> "_models.AccountKeys":
"""List Both of the 2 Keys of a Remote Rendering Account.

Expand Down Expand Up @@ -489,7 +489,7 @@ async def regenerate_keys(
resource_group_name: str,
account_name: str,
regenerate: "_models.AccountKeyRegenerateRequest",
**kwargs
**kwargs: Any
) -> "_models.AccountKeys":
"""Regenerate specified Key of a Remote Rendering Account.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, client, config, serializer, deserializer) -> None:

def list_by_subscription(
self,
**kwargs
**kwargs: Any
) -> AsyncIterable["_models.SpatialAnchorsAccountPage"]:
"""List Spatial Anchors Accounts by Subscription.

Expand Down Expand Up @@ -110,7 +110,7 @@ async def get_next(next_link=None):
def list_by_resource_group(
self,
resource_group_name: str,
**kwargs
**kwargs: Any
) -> AsyncIterable["_models.SpatialAnchorsAccountPage"]:
"""List Resources by Resource Group.

Expand Down Expand Up @@ -181,7 +181,7 @@ async def delete(
self,
resource_group_name: str,
account_name: str,
**kwargs
**kwargs: Any
) -> None:
"""Delete a Spatial Anchors Account.

Expand Down Expand Up @@ -236,7 +236,7 @@ async def get(
self,
resource_group_name: str,
account_name: str,
**kwargs
**kwargs: Any
) -> "_models.SpatialAnchorsAccount":
"""Retrieve a Spatial Anchors Account.

Expand Down Expand Up @@ -295,7 +295,7 @@ async def update(
resource_group_name: str,
account_name: str,
spatial_anchors_account: "_models.SpatialAnchorsAccount",
**kwargs
**kwargs: Any
) -> "_models.SpatialAnchorsAccount":
"""Updating a Spatial Anchors Account.

Expand Down Expand Up @@ -361,7 +361,7 @@ async def create(
resource_group_name: str,
account_name: str,
spatial_anchors_account: "_models.SpatialAnchorsAccount",
**kwargs
**kwargs: Any
) -> "_models.SpatialAnchorsAccount":
"""Creating or Updating a Spatial Anchors Account.

Expand Down Expand Up @@ -430,7 +430,7 @@ async def list_keys(
self,
resource_group_name: str,
account_name: str,
**kwargs
**kwargs: Any
) -> "_models.AccountKeys":
"""List Both of the 2 Keys of a Spatial Anchors Account.

Expand Down Expand Up @@ -489,7 +489,7 @@ async def regenerate_keys(
resource_group_name: str,
account_name: str,
regenerate: "_models.AccountKeyRegenerateRequest",
**kwargs
**kwargs: Any
) -> "_models.AccountKeys":
"""Regenerate specified Key of a Spatial Anchors Account.

Expand Down
Loading