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
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@
"tokenId": "0da8a969-c660-4de0-a6a4-b2034d4325e4",
"expiration": "2025-01-01T21:30:00.00Z"
}
},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/ae640e6b-ba3e-4256-9d62-2993eecfa6f2/providers/Microsoft.Authorization/acquirePolicyTokenOperationResults/h723ksf8?api-version=2025-03-01"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@
"tokenId": "0da8a969-c660-4de0-a6a4-b2034d4325e4",
"expiration": "2025-01-01T21:30:00.00Z"
}
},
"202": {
"headers": {
"Location": "https://management.azure.com/providers/Microsoft.Management/managementGroups/MyManagementGroup/providers/Microsoft.Authorization/acquirePolicyTokenOperationResults/h723ksf8"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/resources/resource-manager/Microsoft.Authorization/stable/2025-03-01/policyTokens.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Your service description will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "PolicyClient",
Expand Down Expand Up @@ -71,25 +71,12 @@
"$ref": "#/definitions/PolicyTokenResponse"
}
},
"202": {
"description": "Accepted and the request for acquiring the policy token is being processed asynchronously.",
"headers": {
"Location": {
"type": "string"
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location",
"final-state-schema": "#/definitions/PolicyTokenResponse"
}
}
},
Expand Down Expand Up @@ -130,25 +117,12 @@
"$ref": "#/definitions/PolicyTokenResponse"
}
},
"202": {
"description": "Accepted and the request for acquiring the policy token is being processed asynchronously.",
"headers": {
"Location": {
"type": "string"
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location",
"final-state-schema": "#/definitions/PolicyTokenResponse"
}
}
}
Expand Down
Loading