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
22 changes: 11 additions & 11 deletions sdk/resourcemanager/Azure.ResourceManager/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ sample-gen:
clear-output-folder: true
namespace: Azure.ResourceManager
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/78eac0bd58633028293cb1ec1709baa200bed9e2/specification/common-types/resource-management/v3/types.json
- https://github.com/Azure/azure-rest-api-specs/blob/78eac0bd58633028293cb1ec1709baa200bed9e2/specification/common-types/resource-management/v4/managedidentity.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/common-types/resource-management/v3/types.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/common-types/resource-management/v4/managedidentity.json

format-by-name-rules:
'tenantId': 'uuid'
Expand Down Expand Up @@ -170,14 +170,14 @@ sample-gen:
namespace: Azure.ResourceManager.Resources
title: ResourceManagementClient
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/817861452040bf29d14b57ac7418560e4680e06e/specification/resources/resource-manager/Microsoft.Authorization/stable/2022-06-01/policyAssignments.json
- https://github.com/Azure/azure-rest-api-specs/blob/90a65cb3135d42438a381eb8bb5461a2b99b199f/specification/resources/resource-manager/Microsoft.Authorization/stable/2021-06-01/policyDefinitions.json
- https://github.com/Azure/azure-rest-api-specs/blob/90a65cb3135d42438a381eb8bb5461a2b99b199f/specification/resources/resource-manager/Microsoft.Authorization/stable/2021-06-01/policySetDefinitions.json
- https://github.com/Azure/azure-rest-api-specs/blob/78eac0bd58633028293cb1ec1709baa200bed9e2/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-09-01/dataPolicyManifests.json
- https://github.com/Azure/azure-rest-api-specs/blob/78eac0bd58633028293cb1ec1709baa200bed9e2/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/locks.json
- https://github.com/Azure/azure-rest-api-specs/blob/90a65cb3135d42438a381eb8bb5461a2b99b199f/specification/resources/resource-manager/Microsoft.Resources/stable/2022-09-01/resources.json
- https://github.com/Azure/azure-rest-api-specs/blob/78eac0bd58633028293cb1ec1709baa200bed9e2/specification/resources/resource-manager/Microsoft.Resources/stable/2022-12-01/subscriptions.json
- https://github.com/Azure/azure-rest-api-specs/blob/78eac0bd58633028293cb1ec1709baa200bed9e2/specification/resources/resource-manager/Microsoft.Features/stable/2021-07-01/features.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/resources/resource-manager/Microsoft.Authorization/stable/2022-06-01/policyAssignments.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/resources/resource-manager/Microsoft.Authorization/stable/2021-06-01/policyDefinitions.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/resources/resource-manager/Microsoft.Authorization/stable/2021-06-01/policySetDefinitions.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-09-01/dataPolicyManifests.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/locks.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/resources/resource-manager/Microsoft.Resources/stable/2022-09-01/resources.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/resources/resource-manager/Microsoft.Resources/stable/2022-12-01/subscriptions.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/resources/resource-manager/Microsoft.Features/stable/2021-07-01/features.json

list-exception:
- /{resourceId}
Expand Down Expand Up @@ -684,7 +684,7 @@ sample-gen:
namespace: Azure.ResourceManager.ManagementGroups
title: ManagementClient
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/90a65cb3135d42438a381eb8bb5461a2b99b199f/specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/management.json
- https://github.com/Azure/azure-rest-api-specs/blob/6a4338c817f038bf14ac46a63a5efc39250ef91a/specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/management.json
request-path-to-parent:
/providers/Microsoft.Management/checkNameAvailability: /providers/Microsoft.Management/managementGroups/{groupId}
/providers/Microsoft.Management/getEntities: /providers/Microsoft.Management/managementGroups/{groupId}
Expand Down
Loading