Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
13720c9
[Language] Remove old preview API versions (#31781)
bidisha-c Jul 24, 2025
b9952cf
Migrate API Doc Preview (#35018)
danieljurek Jul 24, 2025
adb9ac0
[.github] Add typescript-eslint (#36181)
mikeharder Jul 24, 2025
a92cf78
[chore] npm update (#36182)
mikeharder Jul 24, 2025
844b3cd
Azure Maps Weather Service: ordered the enum tables how they should a…
stevemunk Jul 24, 2025
f0350cf
Update `summarize-checks` output - add graceful exit (#36186)
scbedd Jul 24, 2025
3de2be7
Ensure typespec project is valid before generating typespec apiview (…
chidozieononiwu Jul 24, 2025
10099fe
[Monitor Metrics Query] Update TypeSpec Python config (#36052)
pvaneck Jul 24, 2025
4a4afb3
Add Microsoft.Mission spec to public repo (#32359)
jchavaherrera Jul 25, 2025
7e89865
[applicationinsights][python] Convert applicationinsights readme.pyth…
msyyc Jul 25, 2025
b034754
Sync eng/common directory with azure-sdk-tools for PR 11336 (#36190)
azure-sdk Jul 25, 2025
6a75df6
Rename Recoveryservices.Management to RecoveryServices.Management (#3…
welovej Jul 25, 2025
6692bce
Rename Powerbidedicated.Management to PowerBIDedicated.Management (#3…
welovej Jul 25, 2025
9aefcb4
Rename NotificationHubs.Management directory and files (#36168)
welovej Jul 25, 2025
4dac497
Fixed 2025-02-01-preview API by Reverting Linked Hub Changes and Adde…
yijinglu-microsoft Jul 25, 2025
667a97d
update common model refs (#36114)
jiminwen-msft Jul 25, 2025
ec40f85
java, mgmt, aks, fix readme (#36200)
weidongxu-microsoft Jul 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Next Next commit
[Language] Remove old preview API versions (#31781)
* [Language] Remove old preview API versions

* Remove 2023-04-15-preview from authoring

* update the api version

* tsv compile

---------

Co-authored-by: Bidisha Chakraborty <[email protected]>
  • Loading branch information
bidisha-c and Bidisha Chakraborty authored Jul 24, 2025
commit 13720c98efd263e9f57753a4cbb179f7a0288a9c
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ enum Versions {
@useDependency(Azure.Core.Versions.v1_0_Preview_2)
v2023_04_01: "2023-04-01",

/**
* The 2023-04-15-preview API version.
*/
@useDependency(Azure.Core.Versions.v1_0_Preview_2)
v2023_04_15_preview: "2023-04-15-preview",

/**
* The 2024-11-15-preview API version.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ union ProjectKind {
/**
* A project to build conversation summarization models which are able to summarize long conversations.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
CustomConversationSummarization: "CustomConversationSummarization",
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ model AnalyzeConversationAuthoringProjectMetadata {
* The storage container name in case of conversation summarization.
*/
@visibility(Lifecycle.Create, Lifecycle.Read)
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
storageInputContainerName?: string;

/**
Expand Down Expand Up @@ -165,7 +165,7 @@ model AnalyzeConversationAuthoringCreateProjectOptions {
/**
* The storage container name in case of conversation summarization.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
storageInputContainerName?: string;

/**
Expand All @@ -192,7 +192,7 @@ model AnalyzeConversationAuthoringCreateProjectOptions {
/**
* Represents the options for authorizing a project copy to the current Azure resource.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName("ConversationAuthoringCopyAuthorizationDetails", "csharp")
model AnalyzeConversationAuthoringCopyAuthorizationOptions {
/**
Expand All @@ -214,7 +214,7 @@ model AnalyzeConversationAuthoringCopyAuthorizationOptions {
/**
* Represents the options for copying an existing project to another Azure resource.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName("ConversationAuthoringCopyProjectDetails", "csharp")
model AnalyzeConversationAuthoringCopiedProjectOptions {
/**
Expand Down Expand Up @@ -342,7 +342,7 @@ model AnalyzeConversationAuthoringEvaluationOptions {
/**
* Represents the state of a copy job.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName("ConversationAuthoringCopyProjectState", "csharp")
@resource("copy/jobs")
@parentResource(AnalyzeConversationAuthoringProjectMetadata)
Expand Down Expand Up @@ -457,7 +457,7 @@ model AnalyzeConversationAuthoringProjectDeployment {
/**
* Represents the metadata of the assigned Azure resources.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
assignedResources: AnalyzeConversationAuthoringDeploymentResource[];
}

Expand Down Expand Up @@ -496,7 +496,7 @@ model AnalyzeConversationAuthoringCreateDeploymentOptions {
/**
* Represents the resource IDs to be assigned to the deployment. If provided, the deployment will be rolled out to the resources provided here as well as the original resource in which the project is created.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@removed(Versions.v2025_05_15_preview)
assignedResourceIds?: string[];

Expand Down Expand Up @@ -1055,7 +1055,7 @@ model AnalyzeConversationAuthoringLoadSnapshotJobState {
/**
* Represents the assigned deployment resources.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName("ConversationAuthoringAssignedDeploymentResources", "csharp")
model AnalyzeConversationAuthoringAssignedDeploymentResources {
/**
Expand All @@ -1072,7 +1072,7 @@ model AnalyzeConversationAuthoringAssignedDeploymentResources {
/**
* Represents the assigned deployment resource.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName("ConversationAuthoringAssignedDeploymentResource", "csharp")
@resource("resources")
@parentResource(AnalyzeConversationAuthoringProjectMetadata)
Expand All @@ -1094,7 +1094,7 @@ model AnalyzeConversationAuthoringAssignedDeploymentResource {
/**
* Represents the options for assigning Azure resources to a project.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName("ConversationAuthoringAssignDeploymentResourcesDetails", "csharp")
model AnalyzeConversationAuthoringAssignDeploymentResourcesOptions {
/**
Expand Down Expand Up @@ -1128,7 +1128,7 @@ model AnalyzeConversationAuthoringResourceMetadata {
/**
* Represents the options to unassign Azure resources from a project.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName("ConversationAuthoringUnassignDeploymentResourcesDetails", "csharp")
model AnalyzeConversationAuthoringUnassignDeploymentResourcesOptions {
/**
Expand All @@ -1140,7 +1140,7 @@ model AnalyzeConversationAuthoringUnassignDeploymentResourcesOptions {
/**
* Represents the state of a deployment resources job.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName("ConversationAuthoringDeploymentResourcesState", "csharp")
@resource("resources/assign/jobs")
@parentResource(AnalyzeConversationAuthoringProjectMetadata)
Expand Down Expand Up @@ -1261,7 +1261,7 @@ model AnalyzeConversationAuthoringProjectDeletionJobState {
/**
* Represents the metadata for deployments assigned to a resource.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName(
"ConversationAuthoringAssignedResourceDeploymentsMetadata",
"csharp"
Expand All @@ -1281,7 +1281,7 @@ model AnalyzeConversationAuthoringAssignedResourceDeploymentsMetadata {
/**
* Represents the metadata for assigned deployments for a project.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName("ConversationAuthoringAssignedProjectDeploymentsMetadata", "csharp")
@resource("authoring/analyze-conversations/projects/global/deployments/resources")
model AnalyzeConversationAuthoringAssignedProjectDeploymentsMetadata {
Expand All @@ -1301,7 +1301,7 @@ model AnalyzeConversationAuthoringAssignedProjectDeploymentsMetadata {
/**
* Represents the metadata for an assigned deployment
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@clientName("ConversationAuthoringAssignedProjectDeploymentMetadata", "csharp")
model AnalyzeConversationAuthoringAssignedProjectDeploymentMetadata {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ op conversationAuthoringListSupportedLanguages is languageOperations.ResourceLis
*/
#suppress "@azure-tools/typespec-azure-core/use-standard-names"
@clientName("listAssignedResourceDeployments", "csharp")
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
op conversationAuthoringListAssignedResourceDeployments is languageOperations.ResourceList<
AnalyzeConversationAuthoringAssignedProjectDeploymentsMetadata,
ListQueryParametersTrait<StandardListQueryParameters>
Expand All @@ -71,7 +71,7 @@ op conversationAuthoringListAssignedResourceDeployments is languageOperations.Re
*/
#suppress "@azure-tools/typespec-azure-core/use-standard-names"
@clientName("listDeploymentResources", "csharp")
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
op conversationAuthoringListDeploymentResources is languageOperations.ResourceList<
AnalyzeConversationAuthoringAssignedDeploymentResource,
ListQueryParametersTrait<StandardListQueryParameters>
Expand Down Expand Up @@ -207,7 +207,7 @@ interface ConversationAuthoringDeployment {
@pollingOperation(
ConversationAuthoringDeployment.getDeploymentDeleteFromResourcesStatus
)
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
deleteDeploymentFromResources is Foundations.LongRunningOperation<
{
/**
Expand Down Expand Up @@ -238,7 +238,7 @@ interface ConversationAuthoringDeployment {
/**
* Gets the status of an existing delete deployment from specific resources job.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
getDeploymentDeleteFromResourcesStatus is languageOperations.ResourceRead<AnalyzeConversationAuthoringDeploymentDeleteFromResourcesJobState>;

/**
Expand All @@ -257,7 +257,7 @@ interface ConversationAuthoringProject {
@pollingOperation(
ConversationAuthoringProject.getAssignDeploymentResourcesStatus
)
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
assignDeploymentResources is Foundations.LongRunningOperation<
{
/**
Expand Down Expand Up @@ -288,7 +288,7 @@ interface ConversationAuthoringProject {
@pollingOperation(
ConversationAuthoringProject.getUnassignDeploymentResourcesStatus
)
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
unassignDeploymentResources is Foundations.LongRunningOperation<
{
/**
Expand All @@ -313,7 +313,7 @@ interface ConversationAuthoringProject {
/**
* Gets the status of an existing assign deployment resources job.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
getAssignDeploymentResourcesStatus is languageOperations.ResourceRead<AnalyzeConversationAuthoringDeploymentResourcesJobState>;

/**
Expand All @@ -322,7 +322,7 @@ interface ConversationAuthoringProject {
#suppress "@azure-tools/typespec-azure-core/use-standard-operations"
@route("/authoring/analyze-conversations/projects/{projectName}/resources/unassign/jobs/{jobId}")
@get
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
getUnassignDeploymentResourcesStatus is Azure.Core.Foundations.Operation<
{
/**
Expand Down Expand Up @@ -538,7 +538,7 @@ interface ConversationAuthoringProject {
*/
#suppress "@azure-tools/typespec-azure-core/casing-style"
@post
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
@actionSeparator("/:")
@action("authorize-copy")
@clientName("AuthorizeProjectCopy", "csharp")
Expand All @@ -555,7 +555,7 @@ interface ConversationAuthoringProject {
@route("/authoring/analyze-conversations/projects/{projectName}/:copy")
@post
@pollingOperation(ConversationAuthoringProject.getCopyProjectStatus)
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
copyProject is Foundations.LongRunningOperation<
{
/**
Expand All @@ -580,7 +580,7 @@ interface ConversationAuthoringProject {
/**
* Gets the status of an existing copy project job.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
getCopyProjectStatus is languageOperations.ResourceRead<AnalyzeConversationAuthoringCopiedProjectJobState>;

/**
Expand Down Expand Up @@ -738,7 +738,7 @@ interface ConversationAuthoringTrainedModel {
@route("/authoring/analyze-conversations/projects/{projectName}/models/{trainedModelLabel}/:evaluate")
@post
@pollingOperation(ConversationAuthoringTrainedModel.getEvaluationStatus)
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
evaluateModel is Foundations.LongRunningOperation<
{
/**
Expand Down Expand Up @@ -795,7 +795,7 @@ interface ConversationAuthoringTrainedModel {
/**
* Gets the status for an evaluation job.
*/
@added(Versions.v2023_04_15_preview)
@added(Versions.v2024_11_15_preview)
getEvaluationStatus is languageOperations.ResourceRead<AnalyzeConversationAuthoringEvaluationJobState>;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ enum Versions {
@useDependency(Azure.Core.Versions.v1_0_Preview_2)
v2023_04_01: "2023-04-01",

/**
* The 2023-04-15-preview API version.
*/
@useDependency(Azure.Core.Versions.v1_0_Preview_2)
v2023_04_15_preview: "2023-04-15-preview",

/**
* The 2024-11-15-preview API version.
*/
Expand Down
Loading
Loading