Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolve merge conflict with main #26393

Merged

Conversation

MasterRyd3l
Copy link
Member

ARM (Control Plane) API Specification Update Pull Request

PR review workflow diagram

Please understand this diagram before proceeding. It explains how to get your PR approved & merged.

diagram

[1] ARM review queue (for merge queues, see [4])
The PRs are processed by time opened, ascending. Your PR may show up on 2nd or later page.
If you addressed Step 1 from the diagram and your PR is not showing up in the queue, ensure the label ARMChangesRequested
is removed from your PR. This should cause the label WaitForARMFeedback to be added.
[2] https://aka.ms/azsdk/support/specreview-channel
[3] List of SDK breaking changes approvers in pinned Teams announcement
[4] public repo merge queue, private repo merge queue (for ARM review queue, [1])

If you need further help with anything, see Getting help section below.

Purpose of this PR

What's the purpose of this PR? Check all that apply. This is mandatory!

  • New API version. (Such PR should have been generated with OpenAPI Hub).
  • Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
  • Update existing version to fix swagger quality issues in S360.
  • Other, please clarify:
    • edit this with your clarification

Due diligence checklist

To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:

Breaking changes review (Step 1)

  • If the automation determines you have breaking changes, i.e. Step 1 from the diagram applies to you,
    you must follow the breaking changes process.
    IMPORTANT This applies even if:
    • The tool fails while it shouldn't, e.g. due to runtime exception, or incorrect detection of breaking changes.
    • You believe there is no need for you to request breaking change approval, for any reason.
      Such claims must be reviewed, and the process is the same.

ARM API changes review (Step 2)

  • If this PR is in purview of ARM review then automation will add the ARMReview label.
  • If you want to force ARM review, add the label yourself.
  • Proceed according to the diagram at the top of this comment.

Viewing API changes

For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the Generated ApiView comment added to this PR. You can use ApiView to show API versions diff.

Suppressing failures

If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
Swagger-Suppression-Process
to get approval.

Getting help

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 26, 2023

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ Your PR has breaking changes in the generated SDK for go (label: CI-BreakingChange-Go). Refer to step 3 in the PR workflow diagram (even if your PR is for data plane, not ARM).
  • ❌ Your PR has breaking changes in the generated SDK for python (label: CI-BreakingChange-Python-Track2). Refer to step 3 in the PR workflow diagram (even if your PR is for data plane, not ARM).

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 26, 2023

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️LintDiff succeeded [Detail] [Expand]
Validation passes for LintDiff.
compared tags (via openapi-validator v2.1.6) new version base version
package-preview-2023-10 package-preview-2023-10(89025c8) default(dev-chaos-Microsoft.Chaos-2023-11-01)
️❌Avocado: 1 Errors, 0 Warnings failed [Detail]
Rule Message
NO_JSON_FILE_FOUND The JSON file is not found but it is referenced from the readme file.
readme: specification/chaos/resource-manager/readme.md
json: Microsoft.Chaos/preview/2023-10-27-preview/targets.json
️️✔️SwaggerAPIView succeeded [Detail] [Expand]
️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️PR Summary succeeded [Detail] [Expand]
Validation passes for Summary.
️️✔️Automated merging requirements met succeeded [Detail] [Expand]
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 26, 2023

Swagger Generation Artifacts

️️✔️ApiDocPreview succeeded [Detail] [Expand]
️⚠️SDK Breaking Change Tracking warning [Detail]

Breaking Changes Tracking

⚠️azure-sdk-for-go - sdk/resourcemanager/chaos/armchaos - 1.0.0
+	Field `CreatedDateTime`, `ExperimentID`, `LastActionDateTime`, `StartDateTime`, `StopDateTime` of struct `ExperimentExecutionDetailsProperties` has been removed
+	Field `StartOnCreation` of struct `ExperimentProperties` has been removed
+	Function `*Action.GetAction` has been removed
+	Function `*ContinuousAction.GetAction` has been removed
+	Function `*DelayAction.GetAction` has been removed
+	Function `*DiscreteAction.GetAction` has been removed
+	Function `*ExperimentsClient.GetExecutionDetails` has been removed
+	Function `*ExperimentsClient.GetStatus` has been removed
+	Function `*ExperimentsClient.NewListAllStatusesPager` has been removed
+	Function `*ExperimentsClient.NewListExecutionDetailsPager` has been removed
+	Function `*Filter.GetFilter` has been removed
+	Function `*ListSelector.GetSelector` has been removed
+	Function `*QuerySelector.GetSelector` has been removed
+	Function `*Selector.GetSelector` has been removed
+	Function `*SimpleFilter.GetFilter` has been removed
+	Operation `*ExperimentsClient.Cancel` has been changed to LRO, use `*ExperimentsClient.BeginCancel` instead.
+	Operation `*ExperimentsClient.CreateOrUpdate` has been changed to LRO, use `*ExperimentsClient.BeginCreateOrUpdate` instead.
+	Operation `*ExperimentsClient.Delete` has been changed to LRO, use `*ExperimentsClient.BeginDelete` instead.
+	Operation `*ExperimentsClient.Start` has been changed to LRO, use `*ExperimentsClient.BeginStart` instead.
+	Operation `*ExperimentsClient.Update` has been changed to LRO, use `*ExperimentsClient.BeginUpdate` instead.
+	Struct `Branch` has been removed
+	Struct `ExperimentCancelOperationResult` has been removed
+	Struct `ExperimentExecutionDetailsListResult` has been removed
+	Struct `ExperimentStartOperationResult` has been removed
+	Struct `ExperimentStatusListResult` has been removed
+	Struct `ExperimentStatusProperties` has been removed
+	Struct `ExperimentStatus` has been removed
+	Struct `ListSelector` has been removed
+	Struct `QuerySelector` has been removed
+	Struct `SimpleFilterParameters` has been removed
+	Struct `SimpleFilter` has been removed
+	Struct `Step` has been removed
+	Type of `ExperimentProperties.Selectors` has been changed from `[]SelectorClassification` to `[]TargetSelectorClassification`
+	Type of `ExperimentProperties.Steps` has been changed from `[]*Step` to `[]*ExperimentStep`
️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-chaos - 1.0.0b7
+	Model Experiment no longer has parameter start_on_creation
+	Model ExperimentExecutionDetails no longer has parameter created_date_time
+	Model ExperimentExecutionDetails no longer has parameter experiment_id
+	Model ExperimentExecutionDetails no longer has parameter last_action_date_time
+	Model ExperimentExecutionDetails no longer has parameter start_date_time
+	Model ExperimentExecutionDetails no longer has parameter stop_date_time
+	Removed operation ExperimentsOperations.get_execution_details
+	Removed operation ExperimentsOperations.get_status
+	Removed operation ExperimentsOperations.list_all_statuses
+	Removed operation ExperimentsOperations.list_execution_details
+	Renamed operation ExperimentsOperations.cancel to ExperimentsOperations.begin_cancel
+	Renamed operation ExperimentsOperations.create_or_update to ExperimentsOperations.begin_create_or_update
+	Renamed operation ExperimentsOperations.delete to ExperimentsOperations.begin_delete
+	Renamed operation ExperimentsOperations.start to ExperimentsOperations.begin_start
+	Renamed operation ExperimentsOperations.update to ExperimentsOperations.begin_update
️⚠️ azure-sdk-for-python-track2 warning [Detail]
  • ⚠️Warning [Logs] Generate from 0cac35a4c40cc98b47f5dbf0aaa0e1b8daa11787. SDK Automation 14.0.0
    command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
    cmderr	[automation_init.sh] WARNING: azure-devtools 1.2.1 does not provide the extra 'ci-tools'
    cmderr	[automation_init.sh] WARNING: azure-devtools 1.2.1 does not provide the extra 'ci-tools'
    cmderr	[automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
    command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
    cmderr	[automation_generate.sh]
    cmderr	[automation_generate.sh] npm notice New major version of npm available! 9.8.1 -> 10.2.1
    cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.1>
    cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@10.2.1` to update!
    cmderr	[automation_generate.sh] npm notice
  • ️✔️track2_azure-mgmt-chaos [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog]   - Added operation ExperimentsOperations.execution_details
    info	[Changelog]   - Added operation ExperimentsOperations.get_execution
    info	[Changelog]   - Added operation ExperimentsOperations.list_all_executions
    info	[Changelog]   - Added operation group OperationStatusesOperations
    info	[Changelog]   - Model Experiment has a new parameter provisioning_state
    info	[Changelog]   - Model ExperimentExecutionDetails has a new parameter last_action_at
    info	[Changelog]   - Model ExperimentExecutionDetails has a new parameter started_at
    info	[Changelog]   - Model ExperimentExecutionDetails has a new parameter stopped_at
    info	[Changelog]
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog]   - Model Experiment no longer has parameter start_on_creation
    info	[Changelog]   - Model ExperimentExecutionDetails no longer has parameter created_date_time
    info	[Changelog]   - Model ExperimentExecutionDetails no longer has parameter experiment_id
    info	[Changelog]   - Model ExperimentExecutionDetails no longer has parameter last_action_date_time
    info	[Changelog]   - Model ExperimentExecutionDetails no longer has parameter start_date_time
    info	[Changelog]   - Model ExperimentExecutionDetails no longer has parameter stop_date_time
    info	[Changelog]   - Removed operation ExperimentsOperations.get_execution_details
    info	[Changelog]   - Removed operation ExperimentsOperations.get_status
    info	[Changelog]   - Removed operation ExperimentsOperations.list_all_statuses
    info	[Changelog]   - Removed operation ExperimentsOperations.list_execution_details
    info	[Changelog]   - Renamed operation ExperimentsOperations.cancel to ExperimentsOperations.begin_cancel
    info	[Changelog]   - Renamed operation ExperimentsOperations.create_or_update to ExperimentsOperations.begin_create_or_update
    info	[Changelog]   - Renamed operation ExperimentsOperations.delete to ExperimentsOperations.begin_delete
    info	[Changelog]   - Renamed operation ExperimentsOperations.start to ExperimentsOperations.begin_start
    info	[Changelog]   - Renamed operation ExperimentsOperations.update to ExperimentsOperations.begin_update
️⚠️ azure-sdk-for-java warning [Detail]
  • ⚠️Warning [Logs] Generate from 0cac35a4c40cc98b47f5dbf0aaa0e1b8daa11787. SDK Automation 14.0.0
    command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
    cmderr	[init.sh] [notice] A new release of pip is available: 23.0.1 -> 23.3.1
    cmderr	[init.sh] [notice] To update, run: pip install --upgrade pip
    cmderr	[init.sh] [notice] A new release of pip is available: 23.0.1 -> 23.3.1
    cmderr	[init.sh] [notice] To update, run: pip install --upgrade pip
    command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
  • ️✔️azure-resourcemanager-chaos [View full logs]  [Preview SDK Changes]
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from 0cac35a4c40cc98b47f5dbf0aaa0e1b8daa11787. SDK Automation 14.0.0
    command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
  • ️✔️sdk/resourcemanager/chaos/armchaos [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog] - Type of `ExperimentProperties.Selectors` has been changed from `[]SelectorClassification` to `[]TargetSelectorClassification`
    info	[Changelog] - Type of `ExperimentProperties.Steps` has been changed from `[]*Step` to `[]*ExperimentStep`
    info	[Changelog] - Function `*Action.GetAction` has been removed
    info	[Changelog] - Function `*ContinuousAction.GetAction` has been removed
    info	[Changelog] - Function `*DelayAction.GetAction` has been removed
    info	[Changelog] - Function `*DiscreteAction.GetAction` has been removed
    info	[Changelog] - Function `*ExperimentsClient.GetExecutionDetails` has been removed
    info	[Changelog] - Function `*ExperimentsClient.GetStatus` has been removed
    info	[Changelog] - Function `*ExperimentsClient.NewListAllStatusesPager` has been removed
    info	[Changelog] - Function `*ExperimentsClient.NewListExecutionDetailsPager` has been removed
    info	[Changelog] - Function `*Filter.GetFilter` has been removed
    info	[Changelog] - Function `*ListSelector.GetSelector` has been removed
    info	[Changelog] - Function `*QuerySelector.GetSelector` has been removed
    info	[Changelog] - Function `*Selector.GetSelector` has been removed
    info	[Changelog] - Function `*SimpleFilter.GetFilter` has been removed
    info	[Changelog] - Operation `*ExperimentsClient.Cancel` has been changed to LRO, use `*ExperimentsClient.BeginCancel` instead.
    info	[Changelog] - Operation `*ExperimentsClient.CreateOrUpdate` has been changed to LRO, use `*ExperimentsClient.BeginCreateOrUpdate` instead.
    info	[Changelog] - Operation `*ExperimentsClient.Delete` has been changed to LRO, use `*ExperimentsClient.BeginDelete` instead.
    info	[Changelog] - Operation `*ExperimentsClient.Start` has been changed to LRO, use `*ExperimentsClient.BeginStart` instead.
    info	[Changelog] - Operation `*ExperimentsClient.Update` has been changed to LRO, use `*ExperimentsClient.BeginUpdate` instead.
    info	[Changelog] - Struct `Branch` has been removed
    info	[Changelog] - Struct `ExperimentCancelOperationResult` has been removed
    info	[Changelog] - Struct `ExperimentExecutionDetailsListResult` has been removed
    info	[Changelog] - Struct `ExperimentStartOperationResult` has been removed
    info	[Changelog] - Struct `ExperimentStatus` has been removed
    info	[Changelog] - Struct `ExperimentStatusListResult` has been removed
    info	[Changelog] - Struct `ExperimentStatusProperties` has been removed
    info	[Changelog] - Struct `ListSelector` has been removed
    info	[Changelog] - Struct `QuerySelector` has been removed
    info	[Changelog] - Struct `SimpleFilter` has been removed
    info	[Changelog] - Struct `SimpleFilterParameters` has been removed
    info	[Changelog] - Struct `Step` has been removed
    info	[Changelog] - Field `CreatedDateTime`, `ExperimentID`, `LastActionDateTime`, `StartDateTime`, `StopDateTime` of struct `ExperimentExecutionDetailsProperties` has been removed
    info	[Changelog] - Field `StartOnCreation` of struct `ExperimentProperties` has been removed
    info	[Changelog]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New enum type `ProvisioningState` with values `ProvisioningStateCanceled`, `ProvisioningStateCreating`, `ProvisioningStateDeleting`, `ProvisioningStateFailed`, `ProvisioningStateSucceeded`, `ProvisioningStateUpdating`
    info	[Changelog] - New function `*ClientFactory.NewOperationStatusesClient() *OperationStatusesClient`
    info	[Changelog] - New function `*ContinuousAction.GetExperimentAction() *ExperimentAction`
    info	[Changelog] - New function `*DelayAction.GetExperimentAction() *ExperimentAction`
    info	[Changelog] - New function `*DiscreteAction.GetExperimentAction() *ExperimentAction`
    info	[Changelog] - New function `*ExperimentAction.GetExperimentAction() *ExperimentAction`
    info	[Changelog] - New function `*ExperimentsClient.ExecutionDetails(context.Context, string, string, string, *ExperimentsClientExecutionDetailsOptions) (ExperimentsClientExecutionDetailsResponse, error)`
    info	[Changelog] - New function `*ExperimentsClient.GetExecution(context.Context, string, string, string, *ExperimentsClientGetExecutionOptions) (ExperimentsClientGetExecutionResponse, error)`
    info	[Changelog] - New function `*ExperimentsClient.NewListAllExecutionsPager(string, string, *ExperimentsClientListAllExecutionsOptions) *runtime.Pager[ExperimentsClientListAllExecutionsResponse]`
    info	[Changelog] - New function `NewOperationStatusesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OperationStatusesClient, error)`
    info	[Changelog] - New function `*OperationStatusesClient.Get(context.Context, string, string, *OperationStatusesClientGetOptions) (OperationStatusesClientGetResponse, error)`
    info	[Changelog] - New function `*TargetFilter.GetTargetFilter() *TargetFilter`
    info	[Changelog] - New function `*TargetListSelector.GetTargetSelector() *TargetSelector`
    info	[Changelog] - New function `*TargetQuerySelector.GetTargetSelector() *TargetSelector`
    info	[Changelog] - New function `*TargetSelector.GetTargetSelector() *TargetSelector`
    info	[Changelog] - New function `*TargetSimpleFilter.GetTargetFilter() *TargetFilter`
    info	[Changelog] - New struct `ExperimentBranch`
    info	[Changelog] - New struct `ExperimentExecution`
    info	[Changelog] - New struct `ExperimentExecutionListResult`
    info	[Changelog] - New struct `ExperimentExecutionProperties`
    info	[Changelog] - New struct `ExperimentStep`
    info	[Changelog] - New struct `OperationStatus`
    info	[Changelog] - New struct `TargetListSelector`
    info	[Changelog] - New struct `TargetQuerySelector`
    info	[Changelog] - New struct `TargetSimpleFilter`
    info	[Changelog] - New struct `TargetSimpleFilterParameters`
    info	[Changelog] - New field `LastActionAt`, `StartedAt`, `StoppedAt` in struct `ExperimentExecutionDetailsProperties`
    info	[Changelog] - New field `ProvisioningState` in struct `ExperimentProperties`
    info	[Changelog]
    info	[Changelog] Total 48 breaking change(s), 47 additive change(s).
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from 0cac35a4c40cc98b47f5dbf0aaa0e1b8daa11787. SDK Automation 14.0.0
    command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
    warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
    command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
  • ️✔️@azure/arm-chaos [View full logs]  [Preview SDK Changes]
    info	[Changelog]
    error	breakingChangeTracking is enabled, but version or changelogItem is not found in output.
️❌ azure-resource-manager-schemas failed [Detail]
  • Failed [Logs] Generate from 0cac35a4c40cc98b47f5dbf0aaa0e1b8daa11787. Schema Automation 14.0.0
    command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
    cmderr	[initScript.sh] npm notice
    cmderr	[initScript.sh] npm notice New major version of npm available! 8.19.4 -> 10.2.1
    cmderr	[initScript.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.1>
    cmderr	[initScript.sh] npm notice Run `npm install -g npm@10.2.1` to update!
    cmderr	[initScript.sh] npm notice
    warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
    command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
  • chaos/resource-manager [View full logs]  [Preview Schema Changes]
️❌ azure-powershell failed [Detail]
  • Pipeline Framework Failed [Logs] Generate from 0cac35a4c40cc98b47f5dbf0aaa0e1b8daa11787. SDK Automation 14.0.0
    command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
    command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
    SSL error: syscall failure: Broken pipe
    Error: SSL error: syscall failure: Broken pipe
  • ️✔️Az.chaos.DefaultTag [View full logs
    error	Fatal error: SSL error: syscall failure: Broken pipe
    error	The following packages are still pending:
    error		Az.chaos.DefaultTag
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 26, 2023

Generated ApiView

Language Package Name ApiView Link
Go sdk/resourcemanager/chaos/armchaos https://apiview.dev/Assemblies/Review/95425668597345528e238af750c7489f
Java azure-resourcemanager-chaos https://apiview.dev/Assemblies/Review/c3b1cd46c17d4af7ad5971b0f24f8f1f
JavaScript @azure/arm-chaos https://apiview.dev/Assemblies/Review/ad02c97e06e0472b9820f9f5a2788496

@brrusino brrusino self-requested a review October 26, 2023 06:52
@MasterRyd3l MasterRyd3l merged commit 3d7e4a1 into dev-chaos-Microsoft.Chaos-2023-11-01 Oct 26, 2023
24 of 28 checks passed
@MasterRyd3l MasterRyd3l deleted the jduan/resolve-merge-conflict branch October 26, 2023 06:52
MasterRyd3l added a commit that referenced this pull request Oct 26, 2023
Co-authored-by: James Duan <jduan@microsoft.com>
MasterRyd3l pushed a commit that referenced this pull request Oct 26, 2023
MasterRyd3l added a commit that referenced this pull request Oct 26, 2023
* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a1.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-2

# Conflicts:
#	specification/chaos/resource-manager/readme.md

---------

Co-authored-by: James Duan <jduan@microsoft.com>
MasterRyd3l pushed a commit that referenced this pull request Oct 26, 2023
MasterRyd3l pushed a commit that referenced this pull request Oct 26, 2023
ms-henglu pushed a commit that referenced this pull request Oct 26, 2023
* Adds base for updating Microsoft.Chaos from version preview/2023-09-01-preview to version 2023-11-01

* Updates readme

* Updates API version in new specs and examples

* Updates for experiments for GA (#26179)

* Add experiment schema enforced quota limits (#26243)

* Add experiment schema enforced quota limits

---------

Co-authored-by: Connor Blomquist <coblom@microsoft.com>

* Chaos consolidate execution details (#26020)

* feat: consolidate execution details api

* chore: fix typos and add expand

* Chaos swap expand to post (#26271)

* chore: remove expand and add execution details to post endpoint

* chore: fix comments on PR

* update wording on description (#26330)

Co-authored-by: James Duan <jduan@microsoft.com>

* update details to getExecutionDetails (#26332)

Co-authored-by: James Duan <jduan@microsoft.com>

* resolve merge conflict with main (#26393)

Co-authored-by: James Duan <jduan@microsoft.com>

* Jduan/fix merge 2 (#26400)

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a1.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-2

# Conflicts:
#	specification/chaos/resource-manager/readme.md

---------

Co-authored-by: James Duan <jduan@microsoft.com>

* Revert "Jduan/fix merge 2 (#26400)"

This reverts commit be8c336.

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a1.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-3

# Conflicts:
#	specification/chaos/resource-manager/readme.md

* reset readme back to main (#26408)

Co-authored-by: James Duan <jduan@microsoft.com>

---------

Co-authored-by: Brent Rusinow <44413020+brrusino@users.noreply.github.com>
Co-authored-by: Connor Blomquist <Connor.Blomquists@gmail.com>
Co-authored-by: Connor Blomquist <coblom@microsoft.com>
Co-authored-by: RenzoPrettoMS <113057297+RenzoPrettoMS@users.noreply.github.com>
Co-authored-by: James Duan <jduan@microsoft.com>
jnlycklama pushed a commit that referenced this pull request Nov 8, 2023
* Adds base for updating Microsoft.Chaos from version preview/2023-09-01-preview to version 2023-11-01

* Updates readme

* Updates API version in new specs and examples

* Updates for experiments for GA (#26179)

* Add experiment schema enforced quota limits (#26243)

* Add experiment schema enforced quota limits

---------

Co-authored-by: Connor Blomquist <coblom@microsoft.com>

* Chaos consolidate execution details (#26020)

* feat: consolidate execution details api

* chore: fix typos and add expand

* Chaos swap expand to post (#26271)

* chore: remove expand and add execution details to post endpoint

* chore: fix comments on PR

* update wording on description (#26330)

Co-authored-by: James Duan <jduan@microsoft.com>

* update details to getExecutionDetails (#26332)

Co-authored-by: James Duan <jduan@microsoft.com>

* resolve merge conflict with main (#26393)

Co-authored-by: James Duan <jduan@microsoft.com>

* Jduan/fix merge 2 (#26400)

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a1.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-2

# Conflicts:
#	specification/chaos/resource-manager/readme.md

---------

Co-authored-by: James Duan <jduan@microsoft.com>

* Revert "Jduan/fix merge 2 (#26400)"

This reverts commit be8c336.

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a1.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-3

# Conflicts:
#	specification/chaos/resource-manager/readme.md

* reset readme back to main (#26408)

Co-authored-by: James Duan <jduan@microsoft.com>

---------

Co-authored-by: Brent Rusinow <44413020+brrusino@users.noreply.github.com>
Co-authored-by: Connor Blomquist <Connor.Blomquists@gmail.com>
Co-authored-by: Connor Blomquist <coblom@microsoft.com>
Co-authored-by: RenzoPrettoMS <113057297+RenzoPrettoMS@users.noreply.github.com>
Co-authored-by: James Duan <jduan@microsoft.com>
grizzlytheodore pushed a commit that referenced this pull request Nov 16, 2023
* Add api version 2023-10-01-preview of Azure OpenAI (#26188)

* Add api version 2023-10-01-preview of Azure OpenAI

* Add custom word

* string updates for renamed features and services (#26268)

* Replaced disallowed HTML chars and added a missing value

* Fixed sev-1 policheck error

* String changes for renamed products and features at Ignite 2023

* Fixed sev 1 policheck errors

* search readme.go.md add directive (#26259)

* [Microsoft.Workoads] Initialize connectors for 2023-10-01-preview api version (#26099)

* Initialize connectors for 2023-10-01-preview api verison

* add unknown words to custom-words

* fix linter checks

* additional fixes for linter checks

* remove 200 response for delete LROs

* update examples to remove 200 from delete LROs

---------

Co-authored-by: Nishanth M <nishanthm@microsoft.com>

* Fix aacs ga contract (#26258)

* Support Typespec file for Easm api version 2023-03-01-preview (#24937)

* Add typespec file for easm

* Change service version doc

* Update file structure and add config file

* Move examples under a version

* Add a openapi.json file

* Remove openapi.json file

* Change operation names and empty object

* Update tspconfig

* Change config file to add .net and js emitter

* Add service dir to config file

* Update csharp config

* Add projected name for csharp

* Use original op

* Update disco group list example

* Remove observations endpoint

* Remove observation models

* Add java options

* Use Azure.Core standard operation and use resource models

* Reformat folder structure

* Suppress warnings

* Change metadata to record<unknown>

* Add suppression for Record<unknown>

* Update examples

* Remove unused examples

* Change apiversion to apiVersion

* Reformat with prettier

* Use foundations for list operation

* Update examples and list operations

* Remove unused minimum set

* Update all uuid

* Update Assets example

* Run prettier on Assets_List

* update oauth2 definition

* remove implicitflow model

* Update specification/riskiq/Easm/tspconfig.yaml

Co-authored-by: Mike Harder <mharder@microsoft.com>

* Update models.tsp

* Update routes.tsp

* Remove typespec-apiview emitter

* update examples, add client.tsp

* run prettier

* Run prettier on Easm examples

* Update examples, main.tsp. Remove client.tsp

* Add operation id to examples under typespec project

* Add titles to examples

* Reformat typespec files

* Update DataConnection validate example

* Update data connection validation example

* Update the easm.json file based on tsv tool

* Update swagger file and its examples

* Update Easm typespec examples

* Update uris in examples

* Update cvss3 name

* Update cvss3 model with tsp

* Add totalElements to DiscoGroups, DiscoTemplates, and SavedFilters List traits

* Run validation for the previous commit

* Suppress linting rule of typespec generated swagger

* Update namespace for dotnet and javascript to the approved namespace

* Update package directory for java sdk from azure-defender-easm to azure-analytics-defender-easm

* use AlexaDetails instead of AlexaInfo in java sdk

* Fix git diff issue in Typespec Validation by running npx tsp

* Remove unused paged result models, add @pagedResult, @nextLink, and @items decorators to paged result models and their properties.
Remove custom NoContentResult model and use Typespec.Http.NoContentResponse model instead

* Add decorators to indicate the resource is createOrUpdate or just update

---------

Co-authored-by: shadahmed-microsoft <139584906+shadahmed-microsoft@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Shad <t-sshadahmed@microsoft.com>

* [Hub Generated] Review request for Microsoft.DevHub to add version stable/2023-08-01 (#24951)

* Adds base for updating Microsoft.DevHub from version preview/2022-10-11-preview to version 2023-08-01

* Updates readme

* Updates API version in new specs and examples

* [Hub Generated] Review request for Microsoft.Migrate/AssessmentProjects to add version stable/2023-03-15 (#25417)

* Adds base for updating Microsoft.Migrate/AssessmentProjects from version stable/2019-10-01 to version 2023-03-15

* Updates readme

* Updates API version in new specs and examples

* edit

* added types files

* added examples

* edit. spelling ignore words added

* edit. api version fix

* edit.

* edit.

* edit.

* deleted zombie files and ran prettier

* removed data plane folder to fix checks

* Removed common types folder.

* Fixed relative path to common types + minor swagger edits

* removed 2019 from default tag to fix go sdk check

* edit

* minor swagger fixes

* edit

* edited string for policheck

* minor fix

* Added manual examples

* fixed errors in checks

* testing update readme to latest API version

* edit

* edit

* compile swagger with new typespec compiler version

* edit

* Sdded PE resources using common types

* added regex pattern

* edit

* edit

* edit

* edit. minor changes from comments/ checks

* cleanup

* made delete sync and updated examples

* edit. made string to date time

* AKS Fleet 2023 10 15 (#25768)

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* [Fleet] Fix readme.md for 0815 (#25822)

* fix readme

* format

* remove hub profile

* examples

* fixed example

* fix example

* fix readme

* rebase

* suppress versioning error

* compile

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version preview/2023-08-01-preview (#25860)

* Adds base for updating Microsoft.AlertsManagement from version preview/2023-01-01-preview to version 2023-08-01-preview

* Updates readme

* Updates API version in new specs and examples

* Alert Rule Recommendations - Api Version 2023-08-01-preview

* Update recommendation in default tag

---------

Co-authored-by: Meydan Dayan <meday@microsoft.com>

* Added new version 2024-03-01 of API Center resource manager. (#25977)

* Adds base for updating Microsoft.ApiCenter from version preview/2023-07-01-preview to version 2024-03-01

* Updates readme

* Updates API version in new specs and examples

* Added new version 2024-03-01 of API Center resource manager.

* Added "apigee" custom word.

* Addressed PR comments.

* Added missing type.

* Minor fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

---------

Co-authored-by: Alexander Zaslonov <alzaslon@microsoft.com>

* Adding new preview version "2023-10-01-preview" with new APIs (#26215)

* New API Version 2023-10-01-preview

* Adding New APIs

* Azure Active Directory change to Microsoft Entra ID

* Fixing Pipeline Failures

* updating Readme

* fixing Lint Errors

* prettier check

* Resolving Comments

* Resolving Comments

* change v5 to v3 to resolve SDK failures

* [Hub Generated] Review request for PaloAltoNetworks.Cloudngfw to add version preview/2023-09-01-preview (#26241)

* Base commit

* Creating a stable from preview

* Stable version in swagger

* [TypeSpec Validation] trigger on only specification/<service-family> (#26276)

* test

* fix

* cleanup

* Publish Microsoft Maps Search 2023-06-01 (#25991)

* Adds base for updating Search from version preview/2022-12-01-preview to version 2023-06-01

* Updates readme

* Updates API version in new specs and examples

* Update countryRegionSet to countryRegion and remove strictMatch

strictMatch has no effect in services and creates customer confusion
countryRegionSet description documents only one works. Update for clarity in GA version.

* Update ForwardGeocodingByAddressLine.json example to use countryRegion parameter

* Update description of countryRegion parameter

* Update CountryRegion parameter description

* Update search.json to document default view

* Update search.json to remove supplemental terms warning

* Update search.json to remove HTTP 207

* Update ForwardGeocodingBatch.json to 200 response

* Update ReverseGeocodingBatch.json to 200 response

* Update ForwardGeocodingBatch.json examples

* Update ReverseGeocodingBatch.json examples

* Stable version of common.json

* Use stable version of common types

* Update common.json version string

* Match coordinates parameter for geocoding. polycon, reverseGeocoding

* Fix reference to coordinates

* Update countryRegion to be single string

* Update example

* Update countryRegion to be single string

* [Hub Generated] Review request for Microsoft.ContainerService/aks to add version stable/2023-09-01 (#26150)

* Adds base for updating Microsoft.ContainerService/aks from version stable/2023-08-01 to version 2023-09-01

* Updates readme

* Updates API version in new specs and examples

* update (#26127)

* update readmes (#26125)

* [AKS] Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api (#26043)

* Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* fixup! Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* update common types from v3 to v5 (#26214)

---------

Co-authored-by: Dong Liu <doliu@microsoft.com>

* devcenter: `devCenterUri` should be a read only field (#26189)

* devcenter: `devCenterUri` should be a read only field

This field cannot be updated - therefore it should be marked as readonly

* devcenter: `devCenterUri` within the Project should also be marked as readonly

* Add new preview api-version 2023-10-10-preview with privateSourceNat configurations (#26242)

* Adds base for updating PaloAltoNetworks.Cloudngfw from version preview/2023-09-01-preview to version 2023-10-10-preview

* Updates readme

* Updates API version in new specs and examples

* Add new preview api-version 2023-10-10 with privateSourceNat configurations

* Change new api version tag in Readme file

* Modify Private Source Nat object to make less generic

* Remove spaces introduced in unchanged lines

* stable version for Microsoft.Confluent rp (#25984)

* stable version for Microsoft.Confluent rp

* Updated the readme to have the stable version tag

* Fix lintdiff error

* Adds base for updating Microsoft.Confluent from version stable/2021-12-01 to version 2023-08-22

* Updates readme

* Updates API version in new specs and examples

* Updated the required changes for stable version

* Fix merge issues

* [TypeSpec Validation] Revert "trigger on only specification/<service-family> (#26276)" (#26316)

- Commit broke "CheckAll" switch, causing it to validate no specs rather than all specs
- Reverts commit 5faae69471b14fd729e19052bc84859bb12bbdeb
- Reverts PR #26276

* [Hub Generated] Review request for Microsoft.ScVmm to add version stable/2023-10-07 (#26109)

* Adds base for updating Microsoft.ScVmm from version preview/2023-04-01-preview to version 2023-10-07

* Updates readme

* Updates API version in new specs and examples

* Removed VM APIs and Definitions

* Removed VM examples

* Updated Examples

* Updated Descriptions for read only true props

* Comment changes - Used Common types definition

* Changes from PR 15221 for azure-rest-api-specs-pr

* Added format arm-id for ARM Id properties

* Revert HardwareProfileUpdate changes

* Fixed LintDiff errors

* Rename Path parameter - LintDiff

* updated examples for path parameter rename

* [TypeSpec Validation] Ensure "All" pipeline fails if no specs are validated (#26322)

* tsv fail if - All didn't check any specs

* testing

* Update eng/scripts/Get-TypeSpec-Folders.ps1

* [Azure Event Grid] Adding new public preview api version for new data-plane operations, release with delay and renew lock operations (#25421)

* Adding new api version, release with delay and renew lock operations

* Removing unnecessary changes

* ran prettier

* Changing delay values

* Adding the new api version in data-plane

* Adding the generated folder

* Fixing pr comment

* Updating api version and suggestions from api review board

* Fixing PR comment

* Fixing build errors

* Fixing build issue

* Fixing a comment

* Updating examples

* Reverting to FailedLockToken model

* Using Azure.Core.Foundations.Error to represent error

* Fixing build issue

* Renaming Delay to ReleaseDelay

* Cognitive Services 2023-10-01-preview updated (#26250)

* Cognitive Services 2023-10-01-preview updated

* updated DeploymentCapacitySettings

* [Microsoft.DeviceRegistry] Added spec for Microsoft.DeviceRegistry RP version 2023-11-01-preview (#26183)

* Added spec for Microsoft.DeviceRegistry RP version 2023-11-01-preview

* Fixed SpellCheck

* Fixed PrettierCheck

* Fixed Avocado

* Fixed tag

* - Removed 200 status code for async delete

- Moved examples for operations in root example folder

* Fixed examples for delete operations

* Added enum for provisioningState property

* Fixed provisioningState descriptions

* Add Preview API version with Kind and features hybridkubernetes microsoft.kubernetes 2023 11 01 preview (#26014)

* Adds base for updating Microsoft.Kubernetes from version preview/2022-10-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* add properties

* addback aadProfile

* typo

* unchangerequired

* fix agentpublickeycert

* fix swagger validations

* LintDiff fixes

* base64

* byte

* revert format

* fixdeleteexample

* fixdeletebody

* remove body

* RBAC

* suppresssion

* newsuppresssionway

* deprecate ingestionSettings (#25970)

Co-authored-by: Elia Grady <elgrady@microsoft.com>

* [Hub Generated] Review request for Azure.Analytics.Purview.DataMap to add version stable/2023-09-01 (#26300)

* update examples for private link (#26254)

* New version 2023-06-30 for DBForMySQL (#26191)

* add base folder

* add base folder

* update readme

* update readme

* fix go error

* update readme

* Updated the pattern to accomodate the previously created resources (#26213)

* Updating readme to stable version (#26338)

* azure search data plane string changes requested by PM (#26327)

* String changes requested by PM feature owner

* String changes requested by PM feature owner

* Updated SplitSkillLanguage languages

* Finnish was in the wrong spot

* restored SplitSKillLanguage list to avoid breaking change

* resolve flatten issue (#24797)

* resolve flatten issue

* fix swagger regex

* AGC Version 2023-11-01 (#26224)

* init

* attempting to satisfy base commit req

* Microsoft.Billing | Update acceptanceMode Enum values to match with API response (#26230)

* Update acceptance mode enums values to match with API response

* adding one additiona default enum

* String changes for rebranding at Ignite (#26295)

* [Hub Generated] Publish private branch 'edgemrketplace202308preview' (#26308)

* add or modify files

* Add the readme files as this is the first commit to public repo

* Add reference to preview files only in public repo

* Add missing readme files, Correct EdgeMarketplace case

* Rename folder with correct casing

---------

Co-authored-by: Aneesh Ponneth <anponnet@microsoft.com>

* mgmt, recoveryservicesdatareplication, java config (#26337)

* microsoft.chaos 2023-10-27-preview (#26101)

* Adds base for updating Microsoft.Chaos from version preview/2023-09-01-preview to version 2023-10-27-preview

* Updates readme

* Updates API version in new specs and examples

* update directive on the open api spec (#26056)

Co-authored-by: James Duan <jduan@microsoft.com>

* Adds an optional object property `customerDataStorage` to the `Microsoft.Chaos/experiments` resource-type (#26055)

* updated provisioningState (#26080)

* updated provisioningState

* prettier fixes

* Add PrivateAccesses Resource (#26035)

* Update privateAccesses.json

* Update privateAccesses Type

* Delete specification/privateAccesses.json

* Update privateAccesses type

* Update examples for privateAccesses

* Update readme.md

* Use v5 common types

* Remove unused definitions

* Remove Patch operation

* change status code for delete

* use custom definition

* use custom list definition

* Use all custom definitions

* Add new definitions

* Add provisioningState for some examples

* Update status code

* Resolve comments

* Remove 200 status code for long-running operation

* Update status code

* Clean definition for resources

* Final fix

* Add needed status code

* Add 200 for sync delete

* updated createUpdateExperiment (#26100)

* updated createUpdateExperiment

* prettier

* Update async delete result code (#26176)

Add 204 as result code for async delete.

* address PR review comment (#26193)

Co-authored-by: James Duan <jduan@microsoft.com>

* Brrusino/experiment create update fix (#26177)

* updated createUpdateExperiment

* prettier

---------

Co-authored-by: James Duan <jduan@microsoft.com>
Co-authored-by: Ritchie Hughes <ritchie.hughes@microsoft.com>
Co-authored-by: Brent Rusinow <44413020+brrusino@users.noreply.github.com>
Co-authored-by: RayY-96 <138829346+RayY-96@users.noreply.github.com>

* java containerservice mgmt, add directive to rename nonResourceURLs to nonResourceUrls (#26351)

* [TypeSpec Validation] Fixes "trigger on only specification/<service-family> (#26276)" (#26321)

* test

* fix

* cleanup

* fix checkall scenario

* testing

* cleanup

* cleanup

* test run

* test run

* test run

* Revert "test run"

This reverts commit 06ba8dbc647be0e543beadd6167d74b33ca3ba01.

* Revert "test run"

This reverts commit a0f024a4dd72744b3a8c1d04907cf56ab2a859f7.

* Revert "test run"

This reverts commit fe26671b30b3c821ec00f42cea83499c3f7edc00.

* Add partial update option for typespec java emitter (#26349)

* Adding AzureLargeInstance preview API (new API version for new Type - AzureLargeInstance) (#25221)

* Generate new Service for azurelargeinstance

* Adding examples and spec

* Fixed syntax error

* Added force restart

* Corrected descriptions

* Corrected restart description

* Corrected shutdown description

* Addressing comments

* Updated parameters to v5

* Corrected description typo

* Removed put and delete operations

* Removed unnecessary properties from AzureLargeStorageInstance

* Updated force restart in spec

* Suppressing linter rule for PUT

* Fixing missing plurals

* Fixing plural in the example type

* Fixing pagination on operation list request

* Fixed formatting in readme.md

* Fixing suppression format

* Changed order ot suppression in readme

* Fixed missing . in front of definitions under suppressions

---------

Co-authored-by: Alexandra Avendano <aavendano@microsoft.com>

* [Hub Generated] Publish private branch 'archidda-azureintegrationspaces-Microsoft.IntegrationSpaces-2023-11-14-preview' (#26202)

* add or modify files

* Address CI errors

* Add 2023-11-01-preview for appplatform (#26231)

* Adds base for updating Microsoft.AppPlatform from version preview/2023-09-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* Fix go readme for asa api (#25897)

* Update language specific readme.md for 2023-11-01-preview api version (#25898)

* add more build result information in build resource (#25930)

Co-authored-by: 刘清仪 <liuqingyi@liuqingyideMacBook-Pro.local>

* Add apiTryOutEnabledState for api protal (#25923)

* Add swagger for Spring Cloud Gateway response cache (#25924)

* Update appplatform.json (#26234)

* Update appplatform.json

* Update appplatform.json

---------

Co-authored-by: Sandy Cai <sandy.caiqing@gmail.com>
Co-authored-by: Qingyi Liu <34502364+smile37773@users.noreply.github.com>
Co-authored-by: 刘清仪 <liuqingyi@liuqingyideMacBook-Pro.local>

* Add new NSP api versions (#26283)

* Add API specs of the base version

* version update from the base version

* Add service tags property and update Readme

---------

Co-authored-by: Kaushal Kumar <kumarkaushal@microsoft.com>

* Update readme.python.md (#26363)

* Update readme.python.md (#26364)

* Update readme.python.md

* Update readme.python.md

* SQL: removing spaces from the model name for `IPv6 FirewallRule` since model names can't contain spaces (#26303)

* sql: removing spaces from the model name for `IPv6 FirewallRule` since model names can't contain spaces

This fixes the other half of https://github.com/hashicorp/pandora/issues/2842

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-08-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-05-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-02-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-11-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-08-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2021-11-01'

* Adding 2023-09-01 to public repo (#26199)

* Adding 2023-09-01 to public repo

* Update readme

* Update custom-words

* Fix array errors

* remove 200 return code

* Remove 200 error code

* Remove more 200

* Fix examples

* [Hub Generated] Review request for Microsoft.ContainerService/aks to add version preview/2023-09-02-preview (#26313)

* Adds base for updating Microsoft.ContainerService/aks from version preview/2023-08-02-preview to version 2023-09-02-preview

* Updates readme

* Updates API version in new specs and examples

* OSSKU supports WindowsAnnual option (#26120)

* add VirtualMachines agent pool type (#26034)

* GPU Profile and Properties for AKS Windows (and Linux) GPU Feature (#26072)

* switch file and fix typos

* Update specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-09-02-preview/managedClusters.json

Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>

---------

Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>

* add AgentPoolUpgradeSettings.nodeSoakDurationInMinutes (#26046)

* Update format for trustedaccess sourceResourceId (#26123)

* update readmes (#26126)

* Add NodeAutoProvisioning to AKS preview API (#26047)

* Add AIToolchainOperator to AKS preview API (#26151)

* Add AIToolchainOperator to AKS preview API

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>

* Remove custom name from the PR

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>

* prettier fix

---------

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Co-authored-by: Heba Elayoty <hebaelayoty@gmail.com>

* Add ArtifactStreamingProfile and Enabled property  (#26144)

* add ArtifactStreamingProfile to AKS API

* reduce repetition

* Update specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-09-02-preview/managedClusters.json

---------

Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>

* fix typo (#26152)

* upgrade common types (#26232)

* rename enum to nodeOSUpgradeChannel (#26366)

---------

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Co-authored-by: Junjie Zhang <109257558+junjiezhang1997@users.noreply.github.com>
Co-authored-by: Qingqing <qizhe@microsoft.com>
Co-authored-by: Chris Lopez <91150577+pineapplethevoyager@users.noreply.github.com>
Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>
Co-authored-by: Max Horstmann <MaxHorstmann@users.noreply.github.com>
Co-authored-by: Dong Liu <doliu@microsoft.com>
Co-authored-by: Heba Elayoty <hebaelayoty@gmail.com>
Co-authored-by: Ganeshkumar Ashokavardhanan <35557827+ganeshkumar5699@users.noreply.github.com>

* Add missing Enums required in 2023-06-28-preview (#25973)

* Add missing Enums required in 2023-06-28-preview

* update name to LedgerSKU

* remove sku from managed ccf

* Update Sku model

* Update Models

* [Communication] Review request for managed identity stable api version 2023 04 01 (#26345)

* Added 2023-04-01 stable directory and version from base api version
2023-04-01-preview

* update api version tag 2023-04-01

* Update readme to include stable version 2023-04-01

* fix sender user name model validation example

---------

Co-authored-by: Joel Enikanorogbon <joelen@microsoft.com>

* [TypeSpec Validation] Add unit test framework (#26166)

* Chaos Microsoft.Chaos 2023-11-01 stable (#26255)

* Adds base for updating Microsoft.Chaos from version preview/2023-09-01-preview to version 2023-11-01

* Updates readme

* Updates API version in new specs and examples

* Updates for experiments for GA (#26179)

* Add experiment schema enforced quota limits (#26243)

* Add experiment schema enforced quota limits

---------

Co-authored-by: Connor Blomquist <coblom@microsoft.com>

* Chaos consolidate execution details (#26020)

* feat: consolidate execution details api

* chore: fix typos and add expand

* Chaos swap expand to post (#26271)

* chore: remove expand and add execution details to post endpoint

* chore: fix comments on PR

* update wording on description (#26330)

Co-authored-by: James Duan <jduan@microsoft.com>

* update details to getExecutionDetails (#26332)

Co-authored-by: James Duan <jduan@microsoft.com>

* resolve merge conflict with main (#26393)

Co-authored-by: James Duan <jduan@microsoft.com>

* Jduan/fix merge 2 (#26400)

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a185c4b26bd75631d234acd080c01378d22.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-2

# Conflicts:
#	specification/chaos/resource-manager/readme.md

---------

Co-authored-by: James Duan <jduan@microsoft.com>

* Revert "Jduan/fix merge 2 (#26400)"

This reverts commit be8c3366ec543c7811df0b3ef50f46992fa4e114.

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a185c4b26bd75631d234acd080c01378d22.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-3

# Conflicts:
#	specification/chaos/resource-manager/readme.md

* reset readme back to main (#26408)

Co-authored-by: James Duan <jduan@microsoft.com>

---------

Co-authored-by: Brent Rusinow <44413020+brrusino@users.noreply.github.com>
Co-authored-by: Connor Blomquist <Connor.Blomquists@gmail.com>
Co-authored-by: Connor Blomquist <coblom@microsoft.com>
Co-authored-by: RenzoPrettoMS <113057297+RenzoPrettoMS@users.noreply.github.com>
Co-authored-by: James Duan <jduan@microsoft.com>

* fix readme file (#26409)

Co-authored-by: James Duan <jduan@microsoft.com>

* [DevCenter] Add 2023-10-01-preview dataplane API version (#26049)

* Adds base for updating Microsoft.DevCenter from version preview/2023-09-01-preview to version 2023-10-01-preview

* Updates readme

* Updates API version in new specs and examples

* 2023-10-01-preview updates

* Add readme changes

* Fix linting errors

* Add ValidationFailed state for customization groups

* Review updates

* Revert customizationTask `parameters` -> `inputs`. Inputs was a conscious product decision and defined in the customization task yaml schema.

* Add doc for cust group list

* Update environment PATCH to follow guidelines

* Remove headers, remove int

* Revert to "defaultValue" and "allowedValues". These are from a defined yaml schema used by private preview customers.

* Align on default/allowed/parameters after internal discussion

* Fix bool naming and descriptions

* Fix additional description

* Enum

* [Synapse]Fix Credential OperationId Not UnifiedIssue (#26348)

* [TypeSpec Validation] Refactor TsvHost (#26411)

- Export TsvRunnerHost and TsvTestHost as classes rather than consts
- Change test names to lower-case for consistency with typespec repo
- Delete incomplete FolderStructure rule
- TsvRunnerHost.gitOperation should succeed by default

* windows separator for tsv (#26377)

* [TypeSpec Validation] Must emit "@azure-tools/typespec-autorest" by default (#26314)

- Specs containing file "main.tsp" must emit "@azure-tools/typespec-autorest" by default
- Also check compiler output for defense-in-depth
- Fixes #25041

* Redeploy changes

* [Hub Generated] Review request for Microsoft.Security to add version preview/2023-10-01-preview (#25655)

* Adds base for updating Microsoft.Security from version preview/2023-03-01-preview to version 2023-10-01-preview

* Updates readme

* Updates API version in new specs and examples

* read.me fix

* fix compiste version

* add ciem configuration to new security connector

* update ciem description

* add ciem to custom words

* add containers changes

* add vm scanners to GCP DCSPM

* add data sensitivity discovery

* add containers to defender for containers

* add containers to GCP containers and DCSPM

* run prettier

* fix readme file

* remove old version from compsite package

* add scan interval to examples

* [DataFactory] Update Google AdWords linked service (#25789)

* update Google AdWords linked service

* update the description for supportLegacyDataTypes

* add one more missed property

* Resolve model validation error LRO in example files (#26390)

* Prettier fix

* java mgmt applicationinsights, input file for releasing stable version (#26391)

* input file

* readme.md

* [Search] Fix 10-01-Preview and 11-01 GA swaggers (#26219)

* add Edm.Single which was mistakenly omitted
* fix customWebApiParameters
* add exhaustive knn examples for 10-01-preview
* Add missing SplitSkill languages

* Synapse Oct. release exclude credential APIs (#26434)

* Release sql microsoft.sql 2023 05 01 preview (#26289)

* Adds base for updating Microsoft.Sql from version preview/2023-02-01-preview to version 2023-05-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding JobPrivateEndpoints API to version 2023-05-01-preview  (#24902)

* Adds base for updating Microsoft.Sql from version preview/2022-11-01-preview to version 2023-02-01-preview

* Updates readme

* Updates API version in new specs and examples

* add mi refresh API (#24093)

* add mi refresh API

* remove stray character

* add examples

* fix lro error

* fix lro error only in example

* fixing prettier issue

* Test commit - adding error schema

* Test2

* Test - changing error type

* Revert "Test - changing error type"

This reverts commit 84fff94ea9cefca5312d2f5c12e099f315e0c064.

* Reverting 3 test commits

* Test - adding commong error type reference

* fix type format errors

---------

Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>

* Adding changes from main to release branch. PRs 24175 and 24185 (#24221)

* Enable multiple partner servers and failover of read-only endpoint for SQL DB Failover Group in version 2023-02-01-preview. (#24132)

* Added the swagger spec and example json files for failvoer group API update in V2023-020-1

* Corrected the FailoverGroupGet.json example

* Updated the auto-generated FailoverGroups.json

Fixed FailoverGroups.json swagger arm-id attribute for databases field

* Added the missing headers field manually

* Fix FailoverGroups.json

---------

Co-authored-by: Sharan Singh <sharanlobana@gmail.com>

* Changes to Location Capabilities (#24209)

* Loc cap changes

* removing changes not related to my changes in dsmain

* DAG API 2023-02-01 (#24108)

* add new dag api version

* Update swagger

* Update swagger

* patch resource

* make replicationMode writable

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API (#24224)

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API

* Change property from name to exhaustionBehaviorType

* generate swagger for LocationCapabilites (#24290)

* inital commit for LTR Policy Immutability (#24347)

* inital commit for immutable ltr backups (#24349)

* Update Servers swagger files with adding property "IsIPv6Enabled" (#24305)

* Update swagger files for Server API

* Add v5 tag for Servers

* Restore none for minimal TLS version

* Add auto rotation param to databases api (#24339)

* Add auto rotation param to databases api

* add armid

* Adding IsFreemium and CreateTime to Get MI API (#24239)

* job private endpoint swagger

* rerun pipelines

* adding job private endpoints to readme

* rerun pipelines

* trying to fix lint errors

* fixing typos - singular resource name and description.

* adding arm-id

* Moving files to the new version; no changes to the files themselves.

* adding job agent private endpoints to readme

---------

Co-authored-by: Jeremy Frosti <111934615+jeremyfrosti@users.noreply.github.com>
Co-authored-by: guptanitish-ms <68623376+guptanitish-ms@users.noreply.github.com>
Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>
Co-authored-by: lobashh <56324552+lobashh@users.noreply.github.com>
Co-authored-by: Sharan Singh <sharanlobana@gmail.com>
Co-authored-by: Aleksand4rZivanovic <60347245+Aleksand4rZivanovic@users.noreply.github.com>
Co-authored-by: a-lazarlazic <106240189+a-lazarlazic@users.noreply.github.com>
Co-authored-by: mykolian <34487118+mykolian@users.noreply.github.com>
Co-authored-by: Srna Nikolic <133877309+srnanikolicmdcs@users.noreply.github.com>
Co-authored-by: rebeccaxu-ms <104461363+rebeccaxu-ms@users.noreply.github.com>
Co-authored-by: LeiWang3 <84884417+LeiWang3@users.noreply.github.com>
Co-authored-by: viparek <78561564+viparek@users.noreply.github.com>
Co-authored-by: Nikola Mirkovic <135128634+nmirkovic-microsoft@users.noreply.github.com>

* DAG API 2023-05-01 for MI First (#25638)

* mi first dag api 2023-05-01

* adding x-ms-identifiers

* adding job step and target group apis to version 2023-05-01-preview (#25689)

* adding job step and target group apis to versoin 2023-05-01-preview

* remove required credential

---------

Co-authored-by: Ray Boyd <rayboyd@microsoft.com>

* updating location capabilities for 2023-05-01-preview (#25539)

Co-authored-by: Ray Boyd <rayboyd@microsoft.com>

* Updating Instance Pool swagger for 2023-05-01-preview (#25580)

* Updating Instance Pool swagger for 2023-05-01-preview

* Add format specification

* Update examples

---------

Co-authored-by: Kosta Bizetic <bizetickosta@microsoft.com>
Co-authored-by: Ivan Arandjelovic <ivarandj@microsoft.com>

* Add Archive option to LTR Policy and LTR Backup for SQL DB  (#25799)

* added changes

* fix swagger validation failures

* adding fixes

* added more changes

* added fixes

* fixed LintDiff

* added changes

* fix lintDiff

* Swagger validations for serverless parameters added in SQL API (#25852)

* Swagger validations for serverless parameters added in SQL API

* Fixing spellcheck in example file

* Fix LintDiff error

---------

Co-authored-by: Yash Udasi <yudasi@microsoft.com>

* Add AAD support to job agents version 2023-05-01-preview (#25553)

* adding job agent identity support to 2023-05-01-preview

* updated swagger with just aad changes

---------

Co-authored-by: Ray Boyd <rayboyd@microsoft.com>

* Dev/sonjac/ltr api update (#25701)

* Adding generated files.

* Fixing swagger errors.

* Managed Instance swagger to support Authentication Metadata (#25795)

* generated swagger

* fixed prettier:

* fixed minor stuff

* swagger fixes

* added missing example file

* removed unused file

* externalgovernance fixes

* minor fixes

* missing character

* Adding JobAgents API with SKU support to version 2023-05-01-preview (#24995)

* Adds base for updating Microsoft.Sql from version preview/2022-11-01-preview to version 2023-02-01-preview

* Updates readme

* Updates API version in new specs and examples

* add mi refresh API (#24093)

* add mi refresh API

* remove stray character

* add examples

* fix lro error

* fix lro error only in example

* fixing prettier issue

* Test commit - adding error schema

* Test2

* Test - changing error type

* Revert "Test - changing error type"

This reverts commit 84fff94ea9cefca5312d2f5c12e099f315e0c064.

* Reverting 3 test commits

* Test - adding commong error type reference

* fix type format errors

---------

Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>

* Adding changes from main to release branch. PRs 24175 and 24185 (#24221)

* Enable multiple partner servers and failover of read-only endpoint for SQL DB Failover Group in version 2023-02-01-preview. (#24132)

* Added the swagger spec and example json files for failvoer group API update in V2023-020-1

* Corrected the FailoverGroupGet.json example

* Updated the auto-generated FailoverGroups.json

Fixed FailoverGroups.json swagger arm-id attribute for databases field

* Added the missing headers field manually

* Fix FailoverGroups.json

---------

Co-authored-by: Sharan Singh <sharanlobana@gmail.com>

* Changes to Location Capabilities (#24209)

* Loc cap changes

* removing changes not related to my changes in dsmain

* DAG API 2023-02-01 (#24108)

* add new dag api version

* Update swagger

* Update swagger

* patch resource

* make replicationMode writable

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API (#24224)

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API

* Change property from name to exhaustionBehaviorType

* generate swagger for LocationCapabilites (#24290)

* inital commit for LTR Policy Immutability (#24347)

* inital commit for immutable ltr backups (#24349)

* Update Servers swagger files with adding property "IsIPv6Enabled" (#24305)

* Update swagger files for Server API

* Add v5 tag for Servers

* Restore none for minimal TLS version

* Add auto rotation param to databases api (#24339)

* Add auto rotation param to databases api

* add armid

* Adding IsFreemium and CreateTime to Get MI API (#24239)

* Updated the examples for LTR Policies and LTR Backups (#24821)

* Updated the examples for LTR Policies and LTR Backups

* Not sure why makeBackupsImmutable got deleted

* swagger changes

* api version changed

* adding identity files to the version on review

* change of getjobagent

* change test

* nit fix

* Changes to use SKU name to specify SLO

* Changes for job agent update SLO with 2023-05-01 version

* removing files of 2023-02-01

* fix

* removing changes on JobAgents 2023-02-01

---------

Co-authored-by: Jeremy Frosti <111934615+jeremyfrosti@users.noreply.github.com>
Co-authored-by: guptanitish-ms <68623376+guptanitish-ms@users.noreply.github.com>
Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>
Co-authored-by: lobashh <56324552+lobashh@users.noreply.github.com>
Co-authored-by: Sharan Singh <sharanlobana@gmail.com>
Co-authored-by: Aleksand4rZivanovic <60347245+Aleksand4rZivanovic@users.noreply.github.com>
Co-authored-by: a-lazarlazic <106240189+a-lazarlazic@users.noreply.github.com>
Co-authored-by: mykolian <34487118+mykolian@users.noreply.github.com>
Co-authored-by: Srna Nikolic <133877309+srnanikolicmdcs@users.noreply.github.com>
Co-authored-by: rebeccaxu-ms <104461363+rebeccaxu-ms@users.noreply.github.com>
Co-authored-by: LeiWang3 <84884417+LeiWang3@users.noreply.github.com>
Co-authored-by: viparek <78561564+viparek@users.noreply.github.com>
Co-authored-by: Nikola Mirkovic <135128634+nmirkovic-microsoft@users.noreply.github.com>

* added swagger spec and example json files for failovergroup api (#25837)

* Updating Managed Instance swagger for 2023-05-01-preview (#26098)

* Modifying ManagedInstances.json and corresponding examples

* Remove example

* Fix syntax errors

* Swagger API changes to support PUT and PATCH to update replication link type (#25690)

* Add Swagger files for Replication Link Update Link Type

* resolve validation error

* Modify property description

* resolve lint errors

* Reverting MI change for readme to fix merge conflict with main (#26296)

---------

Co-authored-by: jacobopac <104868942+jacobopac@users.noreply.github.com>
Co-authored-by: guptanitish-ms <68623376+guptanitish-ms@users.noreply.github.com>
Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>
Co-authored-by: lobashh <56324552+lobashh@users.noreply.github.com>
Co-authored-by: Sharan Singh <sharanlobana@gmail.com>
Co-authored-by: Aleksand4rZivanovic <60347245+Aleksand4rZivanovic@users.noreply.github.com>
Co-authored-by: a-lazarlazic <106240189+a-lazarlazic@users.noreply.github.com>
Co-authored-by: mykolian <34487118+mykolian@users.noreply.github.com>
Co-authored-by: Srna Nikolic <133877309+srnanikolicmdcs@users.noreply.github.com>
Co-authored-by: rebeccaxu-ms <104461363+rebeccaxu-ms@users.noreply.github.com>
Co-authored-by: LeiWang3 <84884417+LeiWang3@users.noreply.github.com>
Co-authored-by: viparek <78561564+viparek@users.noreply.github.com>
Co-authored-by: Nikola Mirkovic <135128634+nmirkovic-microsoft@users.noreply.github.com>
Co-authored-by: ms-mjovkovic <140057686+ms-mjovkovic@users.noreply.github.com>
Co-authored-by: Ray Boyd <rayboyd30@gmail.com>
Co-authored-by: Ray Boyd <rayboyd@microsoft.com>
Co-authored-by: Kosta Bizetić <kosta.bizetic@gmail.com>
Co-authored-by: Kosta Bizetic <bizetickosta@microsoft.com>
Co-authored-by: Ivan Arandjelovic <ivarandj@microsoft.com>
Co-authored-by: CelinaJiangJXY <124339390+CelinaJiangJXY@users.noreply.github.com>
Co-authored-by: Yash Udasi <36713809+Yashu1818@users.noreply.github.com>
Co-authored-by: Yash Udasi <yudasi@microsoft.com>
Co-authored-by: Sonja Ciric <78421408+sonjaciric@users.noreply.github.com>
Co-authored-by: Nebojsa Savic <112883615+nesavicMSFT@users.noreply.github.com>
Co-authored-by: alejandro182 <140119874+alejandro182@users.noreply.github.com>
Co-authored-by: saljain0101 <145347114+saljain0101@users.noreply.github.com>
Co-authored-by: Marko Milovanovic <147002062+mmilovanovic95@users.noreply.github.com>
Co-authored-by: Archana Sahoo <109509626+archanasahoo22@users.noreply.github.com>

* Added liftrastronomer: 2023-08-01-preview (#26373)

* Added liftrastronomer

* Removed unused versions

* Removed unused versions from readme file

* Added linter in yml file

* Removed 200OK response from long running delete operation

* ModelValidation error fixes

* Re-generated swagger using tsp compiler 0.49.0

* [Hub Generated] Review request for Microsoft.HybridContainerService to add version preview/2023-11-15-preview (#26379)

* Adds base for updating Microsoft.HybridContainerService from version preview/2022-09-01-preview to version 2023-11-15-preview

* Updates readme

* Updates API version in new specs and examples

* Added the 2023-11-15-preview from RPSaaSMaster

* Addressing LintDiff errors

* Added back Chaos Studio private access resources mistakenly removed in merge (#26398)

* added back private access

* fix linting issue

---------

Co-authored-by: James Duan <jduan@microsoft.com>

* Update Search with x-ms-client-names and a few new requires (#26355)

* Update Search with x-ms-client-names and a few new requires
* Make VectorizableTextQuery.text required
* Renamce SemanticSetting.defaultConfiguration to defaultConfigurationName to clarify it's a name of a configuration
* SemanticConfiguration.semanticPriorizedFields -> prioritizedFields as semantic is redundant
* Remove VectorQuery changes as they aren't final
* Remove SearchRequest.vectorQueries rename, fixed typo in SemanticSearch
* Add custom word

* [Monitor.Query] Update Preview Swagger File (#26331)

* update swagger

* batch update

* update old swagger

* Update metricBatch.json

* Update metricBatch.json

* Update metrics_API.json

* wip

* Update metricBatch.json

* wip

* update path

* Update metricBatch.json

* Update metricBatch.json

* Update metricBatch.json

* Update commonDefinitions.json

* Change metricBatch.json endpoint string format from "uri" to "url"

Change metricBatch.json endpoint string format from "uri" to "url"

* Remove duration format from interval parameter and properties

Remove duration format from interval parameter and properties. These were improperly decorated as format: "duration" however now that model validation is actually running against parameters our model validation is failing as "FULL" has been a long time accepted string to this parameter and has a lot of usage.

---------

Co-authored-by: gracewilcox <graceawilcox@gmail.com>
Co-authored-by: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>

* corrected naming of api in description (#26380)

* doc(README): remove typo (#26457)

* Support ParquetReadSettings In DataFactory And Synapse For Bug Fix (#26384)

* [Synapse]Fix Credential OperationId Not UnifiedIssue

* Revert "[Synapse]Fix Credential OperationId Not UnifiedIssue"

This reverts commit 83eef9f5a22bc7796d8b5ad51cd2077d2ac8a0e0.

* Support ParquetReadSettings In ADF And Synapse

* Update the PR workflow diagram: in the check examples used, remove "Avocado" as it is no longer required. (#26458)

* add CapacityReservationGroup into custom-words.txt (#26461)

Co-authored-by: tong chen <tonche@microsoft.com>

* Swagger update for AFS vaulted backup policy (#25791)

* Adds base for updating Microsoft.RecoveryServices from version stable/2023-04-01 to version 2023-06-01

* Updates readme

* Updates API version in new specs and examples

* Swagger update for AFS Vaulted Backup Policy
Tiering Cost API
Fixing checks for prettier and spelltest
[Prettier] Adding empty line at the end
Adding Snapshot Related Changes to bms.json
Updating examples
Modified example for backup validate operation
fixed prettier check
Added vaultId in the Get Protected Item response
Making property read only
moved readonly to correct field, pulled rohini's correctness fix from 2023-04-01 version
added edgeZone changes from previous API version - contact vishnu (viananth)
Adding prefix backup to tiering cost api
[Archive V1] Costs API rapping request response under Resource
Revert "[Archive V1] Costs API rapping request response under Resource"
This reverts commit 830dc927afb68c192d4b87b5ed986ab0f8f233ed.
Updating default tag to latest stable tag
Making resourceGuardResourceId property as required
Modified example of trigger validate operation
Added Required field as array
Fixing lint diffs for 202 status codes
Modified swagger to resolve error
made changes to input param for api
Reverting my changes
Adding wrongly reverted changes
Adding again
Adding type for ValidateOperationRequestResource
Fixed ProtectionPolicies_CreateOrUpdate_Hardened.json

Fixing the api urls and lint-diff errors
Updating the url + adding supperssion for LROErrorContent

* Refactoring UserAssignedIdentityProperties

---------

Co-authored-by: Taejas Gupta <taejas.g@gmail.com>
Co-authored-by: Taejas Gupta (HE/HIM) <taegupta@microsoft.com>
Co-authored-by: Shivani Tyagi <tyagishivani31@gmail.com>

* [Hub Generated] Review request for Microsoft.VirtualMachineImages to add version stable/2022-02-14 and stable/2023-07-01 (#26309)

* Adds base for updating Microsoft.VirtualMachineImages from version stable/2022-07-01 to version 2023-07-01

* Updates readme

* Updates API version in new specs and examples

* copying changes from ADO repo

* adding custom words

* adding distribute to ImageTemplate

* adding bracket for distrubute

* replacing CloudError with ErrorResponse

* fixing ErrorResponse typo

* added x-ms-identifiers and fixed other lintdiff

* prettier update

* removing response 200 from delete example files

* fixing distribute for ImageTemplateUpdateParameters

* Revert "fixing distribute for ImageTemplateUpdateParameters"

This reverts commit 09f692fa75f5327d569a03e3bbb309e639f9fd81.

* replacing distribute with properties

* prettier changes x2

* Updated the examples for better documentationj (#26370)

* [Hub Generated] Publish private branch 'voiceservices/2023-09-01-public-publish' (#26394)

* Base Commit - Publish Voiceservices 2023-09-01

* Introducing 2023-09-01 changes

* [TypeSpec] Upgrade autorest and azure-core to 0.35.1 (#26464)

- Small changes to generated swagger reacting to Azure/typespec-azure#3773

* Raymondluo1 containerregistry microsoft.container registry 2023 11 01 preview (#25918)

* Adds base for updating Microsoft.ContainerRegistry from version preview/2023-08-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* Added the metadataSearchEnabled property.

* Fixed the tag format in readme

* Updated examples for the metadata search

* Fix format issue on the readme.

* Change the metadataSearch to a Enum

* Fixed the format issue.

* Revert to the format before.

* Fix the ENUM case issue.

* Added the changes for the readme for sdks

* Azure Event Grid: New features for 2023-12-15-preview API version (#26225)

* First commit: Copy over latest event grid swagger for API version 2023-06-01-preview and use it as baseline for 2023-12-15-preview

* Add new features for API Version 2023-12-15-preview

* Address prettier issues + spelling check + add 2023-12-15-preview to readme files

* Add missing example and some LintDiff

* remove readonly property:

* fix enum lintdiff issue

* fix description

* fix array           x-ms-identifiers: []

* fix prettier check

* fix more lindiff issues

* fix lintdiff error

* fix lindiff issues

* fix example

* Fix example

* add suppressions for LintDiff as they are false positibe

* add arm-id on array items for action group to fix sdk generation error

* fix x-ms-arm-id for action group item

* Add missing operation and its example file

* fix prettier check

* fix example

* trigger tasks

* [Hub Generated] Publish private branch 'IoTOperationsOrchestrator' (#26278)

* add or modify file

* update

* updated

* suppress the TypeSpec validation

* [Hub Generated] Publish private branch 'IoTOperationsDataProcessor' (#26279)

* add or modify files

* update

* add or modify files (#26361)

Co-authored-by: Aakash Jolly <aajolly@microsoft.com>

* add lower case capacityreservationgroup (#26475)

Co-authored-by: tong chen <tonche@microsoft.com>

* Add api version 2023-10-01-preview of Azure OpenAI (#26188)

* Add api version 2023-10-01-preview of Azure OpenAI

* Add custom word

* string updates for renamed features and services (#26268)

* Replaced disallowed HTML chars and added a missing value

* Fixed sev-1 policheck error

* String changes for renamed products and features at Ignite 2023

* Fixed sev 1 policheck errors

* search readme.go.md add directive (#26259)

* [Microsoft.Workoads] Initialize connectors for 2023-10-01-preview api version (#26099)

* Initialize connectors for 2023-10-01-preview api verison

* add unknown words to custom-words

* fix linter checks

* additional fixes for linter checks

* remove 200 response for delete LROs

* update examples to remove 200 from delete LROs

---------

Co-authored-by: Nishanth M <nishanthm@microsoft.com>

* Fix aacs ga contract (#26258)

* Support Typespec file for Easm api version 2023-03-01-preview (#24937)

* Add typespec file for easm

* Change service version doc

* Update file structure and add config file

* Move examples under a version

* Add a openapi.json file

* Remove openapi.json file

* Change operation names and empty object

* Update tspconfig

* Change config file to add .net and js emitter

* Add service dir to config file

* Update csharp config

* Add projected name for csharp

* Use original op

* Update disco group list example

* Remove observations endpoint

* Remove observation models

* Add java options

* Use Azure.Core standard operation and use resource models

* Reformat folder structure

* Suppress warnings

* Change metadata to record<unknown>

* Add suppression for Record<unknown>

* Update examples

* Remove unused examples

* Change apiversion to apiVersion

* Reformat with prettier

* Use foundations for list operation

* Update examples and list operations

* Remove unused minimum set

* Update all uuid

* Update Assets example

* Run prettier on Assets_List

* update oauth2 definition

* remove implicitflow model

* Update specification/riskiq/Easm/tspconfig.yaml

Co-authored-by: Mike Harder <mharder@microsoft.com>

* Update models.tsp

* Update routes.tsp

* Remove typespec-apiview emitter

* update examples, add client.tsp

* run prettier

* Run prettier on Easm examples

* Update examples, main.tsp. Remove client.tsp

* Add operation id to examples under typespec project

* Add titles to examples

* Reformat typespec files

* Update DataConnection validate example

* Update data connection validation example

* Update the easm.json file based on tsv tool

* Update swagger file and its examples

* Update Easm typespec examples

* Update uris in examples

* Update cvss3 name

* Update cvss3 model with tsp

* Add totalElements to DiscoGroups, DiscoTemplates, and SavedFilters List traits

* Run validation for the previous commit

* Suppress linting rule of typespec generated swagger

* Update namespace for dotnet and javascript to the approved namespace

* Update package directory for java sdk from azure-defender-easm to azure-analytics-defender-easm

* use AlexaDetails instead of AlexaInfo in java sdk

* Fix git diff issue in Typespec Validation by running npx tsp

* Remove unused paged result models, add @pagedResult, @nextLink, and @items decorators to paged result models and their properties.
Remove custom NoContentResult model and use Typespec.Http.NoContentResponse model instead

* Add decorators to indicate the resource is createOrUpdate or just update

---------

Co-authored-by: shadahmed-microsoft <139584906+shadahmed-microsoft@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Shad <t-sshadahmed@microsoft.com>

* [Hub Generated] Review request for Microsoft.DevHub to add version stable/2023-08-01 (#24951)

* Adds base for updating Microsoft.DevHub from version preview/2022-10-11-preview to version 2023-08-01

* Updates readme

* Updates API version in new specs and examples

* [Hub Generated] Review request for Microsoft.Migrate/AssessmentProjects to add version stable/2023-03-15 (#25417)

* Adds base for updating Microsoft.Migrate/AssessmentProjects from version stable/2019-10-01 to version 2023-03-15

* Updates readme

* Updates API version in new specs and examples

* edit

* added types files

* added examples

* edit. spelling ignore words added

* edit. api version fix

* edit.

* edit.

* edit.

* deleted zombie files and ran prettier

* removed data plane folder to fix checks

* Removed common types folder.

* Fixed relative path to common types + minor swagger edits

* removed 2019 from default tag to fix go sdk check

* edit

* minor swagger fixes

* edit

* edited string for policheck

* minor fix

* Added manual examples

* fixed errors in checks

* testing update readme to latest API version

* edit

* edit

* compile swagger with new typespec compiler version

* edit

* Sdded PE resources using common types

* added regex pattern

* edit

* edit

* edit

* edit. minor changes from comments/ checks

* cleanup

* made delete sync and updated examples

* edit. made string to date time

* AKS Fleet 2023 10 15 (#25768)

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* [Fleet] Fix readme.md for 0815 (#25822)

* fix readme

* format

* remove hub profile

* examples

* fixed example

* fix example

* fix readme

* rebase

* suppress versioning error

* compile

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version preview/2023-08-01-preview (#25860)

* Adds base for updating Microsoft.AlertsManagement from version preview/2023-01-01-preview to version 2023-08-01-preview

* Updates readme

* Updates API version in new specs and examples

* Alert Rule Recommendations - Api Version 2023-08-01-preview

* Update recommendation in default tag

---------

Co-authored-by: Meydan Dayan <meday@microsoft.com>

* Added new version 2024-03-01 of API Center resource manager. (#25977)

* Adds base for updating Microsoft.ApiCenter from version preview/2023-07-01-preview to version 2024-03-01

* Updates readme

* Updates API version in new specs and examples

* Added new version 2024-03-01 of API Center resource manager.

* Added "apigee" custom word.

* Addressed PR comments.

* Added missing type.

* Minor fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

---------

Co-authored-by: Alexander Zaslonov <alzaslon@microsoft.com>

* Adding new preview version "2023-10-01-preview" with new APIs (#26215)

* New API Version 2023-10-01-preview

* Adding New APIs

* Azure Active Directory change to Microsoft Entra ID

* Fixing Pipeline Failures

* updating Readme

* fixing Lint Errors

* prettier check

* Resolving Comments

* Resolving Comments

* change v5 to v3 to resolve SDK failures

* [Hub Generated] Review request for PaloAltoNetworks.Cloudngfw to add version preview/2023-09-01-preview (#26241)

* Base commit

* Creating a stable from preview

* Stable version in swagger

* [TypeSpec Validation] trigger on only specification/<service-family> (#26276)

* test

* fix

* cleanup

* Publish Microsoft Maps Search 2023-06-01 (#25991)

* Adds base for updating Search from version preview/2022-12-01-preview to version 2023-06-01

* Updates readme

* Updates API version in new specs and examples

* Update countryRegionSet to countryRegion and remove strictMatch

strictMatch has no effect in services and creates customer confusion
countryRegionSet description documents only one works. Update for clarity in GA version.

* Update ForwardGeocodingByAddressLine.json example to use countryRegion parameter

* Update description of countryRegion parameter

* Update CountryRegion parameter description

* Update search.json to document default view

* Update search.json to remove supplemental terms warning

* Update search.json to remove HTTP 207

* Update ForwardGeocodingBatch.json to 200 response

* Update ReverseGeocodingBatch.json to 200 response

* Update ForwardGeocodingBatch.json examples

* Update ReverseGeocodingBatch.json examples

* Stable version of common.json

* Use stable version of common types

* Update common.json version string

* Match coordinates parameter for geocoding. polycon, reverseGeocoding

* Fix reference to coordinates

* Update countryRegion to be single string

* Update example

* Update countryRegion to be single string

* [Hub Generated] Review request for Microsoft.ContainerService/aks to add version stable/2023-09-01 (#26150)

* Adds base for updating Microsoft.ContainerService/aks from version stable/2023-08-01 to version 2023-09-01

* Updates readme

* Updates API version in new specs and examples

* update (#26127)

* update readmes (#26125)

* [AKS] Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api (#26043)

* Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* fixup! Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* update common types from v3 to v5 (#26214)

---------

Co-authored-by: Dong Liu <doliu@microsoft.com>

* devcenter: `devCenterUri` should be a read only field (#26189)

* devcenter: `devCenterUri` should be a read only field

This field cannot be updated - therefore it should be marked as readonly

* devcenter: `devCenterUri` within the Project should also be marked as readonly

* Add new preview api-version 2023-10-10-preview with privateSourceNat configurations (#26242)

* Adds base for updating PaloAltoNetworks.Cloudngfw from version preview/2023-09-01-preview to version 2023-10-10-preview

* Updates readme

* Updates API version in new specs and examples

* Add new preview api-version 2023-10-10 with privateSourceNat configurations

* Change new api version tag in Readme file

* Modify Private Source Nat object to make less generic

* Remove spaces introduced in unchanged lines

* stable version for Microsoft.Confluent rp (#25984)

* stable version for Microsoft.Confluent rp

* Updated the readme to have the stable version tag

* Fix lintdiff error

* Adds base for updating Microsoft.Confluent from version stable/2021-12-01 to version 2023-08-22

* Updates readme

* Updates API version in new specs and examples

* Updated the required changes for stable version

* Fix merge issues

* [TypeSpec Validation] Revert "trigger on only specification/<service-family> (#26276)" (#26316)

- Commit broke "CheckAll" switch, causing it to validate no specs rather than all specs
- Reverts commit 5faae69471b14fd729e19052bc84859bb12bbdeb
- Reverts PR #26276

* [Hub Generated] Review request for Microsoft.ScVmm to add version stable/2023-10-07 (#26109)

* Adds base for updating Microsoft.ScVmm from version preview/2023-04-01-preview to version 2023-10-07

* Updates readme

* Updates API version in new specs and examples

* Removed VM APIs and Definitions

* Removed VM examples

* Updated Examples

* Updated Descriptions for read only true props

* Comment changes - Used Common types definition

* Changes from PR 15221 for azure-rest-api-specs-pr

* Added format arm-id for ARM Id properties

* Revert HardwareProfileUpdate changes

* Fixed LintDiff errors

* Rename Path parameter - LintDiff

* updated examples for path parameter rename

* [TypeSpec Validation] Ensure "All" pipeline fails if no specs are validated (#26322)

* tsv fail if - All didn't check any specs

* testing

* Update eng/scripts/Get-TypeSpec-Folders.ps1

* [Azure Event Grid] Adding new public preview api version for new data-plane operations, release with delay and renew lock operations (#25421)

* Adding new api version, release with delay and renew lock operations

* Removing unnecessary changes

* ran prettier

* Changing delay values

* Adding the new api version in data-plane

* Adding the generated folder

* Fixing pr comment

* Updating api version and suggestions from api review board

* Fixing PR comment

* Fixing build errors

* Fixing build issue

* Fixing a comment

* Updating examples

* Reverting to FailedLockToken model

* Using Azure.Core.Foundations.Error to represent error

* Fixing build issue

* Renaming Delay to ReleaseDelay

* Cognitive Services 2023-10-01-preview updated (#26250)

* Cognitive Services 2023-10-01-preview updated

* updated DeploymentCapacitySettings

* [Microsoft.DeviceRegistry] Added spec for Microsoft.DeviceRegistry RP version 2023-11-01-preview (#26183)

* Added spec for Microsoft.DeviceRegistry RP version 2023-11-01-preview

* Fixed SpellCheck

* Fixed PrettierCheck

* Fixed Avocado

* Fixed tag

* - Removed 200 status code for async delete

- Moved examples for operations in root example folder

* Fixed examples for delete operations

* Added enum for provisioningState property

* Fixed provisioningState descriptions

* Add Preview API version with Kind and features hybridkubernetes microsoft.kubernetes 2023 11 01 preview (#26014)

* Adds base for updating Microsoft.Kubernetes from version preview/2022-10-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* add properties

* addback aadProfile

* typo

* unchangerequired

* fix agentpublickeycert

* fix swagger validations

* LintDiff fixes

* base64

* byte

* revert format

* fixdeleteexample

* f…
visingla-ms pushed a commit that referenced this pull request Dec 5, 2023
* create new version folder

* update version references to newest version

* update readme

* fix readme tag orders

* sync with latest release

* use latest diskRP version

* suppress LroErrorContent

* suppress ResourceNameRestriction LintDiff for dedicatedHost

* Added diskcontrollertype to restore points (#26469)

* Added diskcontrollertype to restore points

* Prettier check

* Updatd description

* Add osRollingUpgradeDeferral property and ApproveRollingUpgrade call (#25543)

* add swagger for rolling upgrade deferral and approval

* Update virtualMachineScaleSet.json

* update to use concise example

* Pr comments

* remove 200 response from example

* Etag support in crp (#26368)

* etag support for VM get/put/patch call

* etag support for VMSS/VM get/put/patch call

* Changes IfNone Match behaviour

* Added Etag field in response of PUT/PATCH calls

* Added prettier fix

* Moved headers to end of parameters

* Fixed Prettier failure

---------

Co-authored-by: Shivi Saxena <shivisaxena@microsoft.com>

* Adding IsVMInStandbyPool boolean property in VirtualMachineInstanceView (#26069)

This change introduces a boolean property in VirtualMachineInstanceView
to indicate whether a VM is in or out of Standby Pool, which is
currently a preview feature.

Co-authored-by: Bowen Xu <box@microsoft.com>

* Adding timeCreated for VMSS VM Profile (#26067)

* vm profile create time changes

* vm profile create time changes

* adding example for timecreated in virtual machine profile

* update description

* prettier

---------

Co-authored-by: Kimberly Yip Chang <kiyipcha@microsoft.com>

* Adding Query Parameter to GenerateSshKeyPair API (#26090)

* init

* PR comments

* Turning this into a POST

* fix

* another fix

* fixes

* fixes

* fix

* New SecurityEncryptionType NonPersistedTPM for Confidential VM (#26131)

* New SecurityEncryptionType NonPersistedTPM for Confidential VM

* Format the json file

* Spell check fix

* Prettier fix

* Added VMSS example for NonPersistedTPM

* Added reference to scale set example

* ProxyAgentSettings swagger (#26145)

* add proxyAgentSettings into computeRPCommon.json

* add examples

* add example reference

* fix prettier

* fix lintDiff error

* Added managedBy related changes in swagger (#26315)

* Added managedBy related changes

* Fixed syntax error

* Fixed Prettier errors

* Moved managedBy field to end as per the comment

---------

Co-authored-by: Theodore Chang <thchan@microsoft.com>

* Added encryption identity to virtual machine payload - Swagger specs (#26350)

* Added encryption identity to swagger

* fix build issues

---------

Co-authored-by: Pavan Rachapudy <vrachapu@microsoft.com>
Co-authored-by: Theodore Chang <thchan@microsoft.com>

* New API for attaching and detaching managed data disks in Control plane (#26093)

* Updating the new API draft changes

* Update virtualMachineScaleSet.json

* Indentation corrected

* Addition of necessary files

1. Addition of necessary file.

* Indentation correction

* Updated references

* Updated

* Updated examples

* Updated the examples

* Updated based on lint-diff

* Identation corrected

* Updating based on LintDiff

* Update diskId

Update diskId

* Update computeRPCommon.json

* Update virtualMachine.json to check

* Update error

* Updated example with valid values

* Suppress resource naming requirement

---------

Co-authored-by: Ashwani Tiwari <ashwtiwari@microsoft.com>

* Adding SharingProfile to CapacityReservationGroup  for CrossPartitionCapacityReservationGroup operations (#26378)

* Adding Sharing Profile to CapacityReservationGroup

* Updating Sharingprofile property name to avoid confict

* Fixed formats

* Updating sharingprofile definition

* Fixed issues reported from PR checks

* Adding doc link

* Fixed formatting

* Addressed PR comments

* Addressing PR comments

---------

Co-authored-by: Naveena Patil <napatil@microsoft.com>

* Adding dedicated host redeploy spec (#26427)

* Add api version 2023-10-01-preview of Azure OpenAI (#26188)

* Add api version 2023-10-01-preview of Azure OpenAI

* Add custom word

* string updates for renamed features and services (#26268)

* Replaced disallowed HTML chars and added a missing value

* Fixed sev-1 policheck error

* String changes for renamed products and features at Ignite 2023

* Fixed sev 1 policheck errors

* search readme.go.md add directive (#26259)

* [Microsoft.Workoads] Initialize connectors for 2023-10-01-preview api version (#26099)

* Initialize connectors for 2023-10-01-preview api verison

* add unknown words to custom-words

* fix linter checks

* additional fixes for linter checks

* remove 200 response for delete LROs

* update examples to remove 200 from delete LROs

---------

Co-authored-by: Nishanth M <nishanthm@microsoft.com>

* Fix aacs ga contract (#26258)

* Support Typespec file for Easm api version 2023-03-01-preview (#24937)

* Add typespec file for easm

* Change service version doc

* Update file structure and add config file

* Move examples under a version

* Add a openapi.json file

* Remove openapi.json file

* Change operation names and empty object

* Update tspconfig

* Change config file to add .net and js emitter

* Add service dir to config file

* Update csharp config

* Add projected name for csharp

* Use original op

* Update disco group list example

* Remove observations endpoint

* Remove observation models

* Add java options

* Use Azure.Core standard operation and use resource models

* Reformat folder structure

* Suppress warnings

* Change metadata to record<unknown>

* Add suppression for Record<unknown>

* Update examples

* Remove unused examples

* Change apiversion to apiVersion

* Reformat with prettier

* Use foundations for list operation

* Update examples and list operations

* Remove unused minimum set

* Update all uuid

* Update Assets example

* Run prettier on Assets_List

* update oauth2 definition

* remove implicitflow model

* Update specification/riskiq/Easm/tspconfig.yaml

Co-authored-by: Mike Harder <mharder@microsoft.com>

* Update models.tsp

* Update routes.tsp

* Remove typespec-apiview emitter

* update examples, add client.tsp

* run prettier

* Run prettier on Easm examples

* Update examples, main.tsp. Remove client.tsp

* Add operation id to examples under typespec project

* Add titles to examples

* Reformat typespec files

* Update DataConnection validate example

* Update data connection validation example

* Update the easm.json file based on tsv tool

* Update swagger file and its examples

* Update Easm typespec examples

* Update uris in examples

* Update cvss3 name

* Update cvss3 model with tsp

* Add totalElements to DiscoGroups, DiscoTemplates, and SavedFilters List traits

* Run validation for the previous commit

* Suppress linting rule of typespec generated swagger

* Update namespace for dotnet and javascript to the approved namespace

* Update package directory for java sdk from azure-defender-easm to azure-analytics-defender-easm

* use AlexaDetails instead of AlexaInfo in java sdk

* Fix git diff issue in Typespec Validation by running npx tsp

* Remove unused paged result models, add @pagedResult, @nextLink, and @items decorators to paged result models and their properties.
Remove custom NoContentResult model and use Typespec.Http.NoContentResponse model instead

* Add decorators to indicate the resource is createOrUpdate or just update

---------

Co-authored-by: shadahmed-microsoft <139584906+shadahmed-microsoft@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Shad <t-sshadahmed@microsoft.com>

* [Hub Generated] Review request for Microsoft.DevHub to add version stable/2023-08-01 (#24951)

* Adds base for updating Microsoft.DevHub from version preview/2022-10-11-preview to version 2023-08-01

* Updates readme

* Updates API version in new specs and examples

* [Hub Generated] Review request for Microsoft.Migrate/AssessmentProjects to add version stable/2023-03-15 (#25417)

* Adds base for updating Microsoft.Migrate/AssessmentProjects from version stable/2019-10-01 to version 2023-03-15

* Updates readme

* Updates API version in new specs and examples

* edit

* added types files

* added examples

* edit. spelling ignore words added

* edit. api version fix

* edit.

* edit.

* edit.

* deleted zombie files and ran prettier

* removed data plane folder to fix checks

* Removed common types folder.

* Fixed relative path to common types + minor swagger edits

* removed 2019 from default tag to fix go sdk check

* edit

* minor swagger fixes

* edit

* edited string for policheck

* minor fix

* Added manual examples

* fixed errors in checks

* testing update readme to latest API version

* edit

* edit

* compile swagger with new typespec compiler version

* edit

* Sdded PE resources using common types

* added regex pattern

* edit

* edit

* edit

* edit. minor changes from comments/ checks

* cleanup

* made delete sync and updated examples

* edit. made string to date time

* AKS Fleet 2023 10 15 (#25768)

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* [Fleet] Fix readme.md for 0815 (#25822)

* fix readme

* format

* remove hub profile

* examples

* fixed example

* fix example

* fix readme

* rebase

* suppress versioning error

* compile

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version preview/2023-08-01-preview (#25860)

* Adds base for updating Microsoft.AlertsManagement from version preview/2023-01-01-preview to version 2023-08-01-preview

* Updates readme

* Updates API version in new specs and examples

* Alert Rule Recommendations - Api Version 2023-08-01-preview

* Update recommendation in default tag

---------

Co-authored-by: Meydan Dayan <meday@microsoft.com>

* Added new version 2024-03-01 of API Center resource manager. (#25977)

* Adds base for updating Microsoft.ApiCenter from version preview/2023-07-01-preview to version 2024-03-01

* Updates readme

* Updates API version in new specs and examples

* Added new version 2024-03-01 of API Center resource manager.

* Added "apigee" custom word.

* Addressed PR comments.

* Added missing type.

* Minor fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

---------

Co-authored-by: Alexander Zaslonov <alzaslon@microsoft.com>

* Adding new preview version "2023-10-01-preview" with new APIs (#26215)

* New API Version 2023-10-01-preview

* Adding New APIs

* Azure Active Directory change to Microsoft Entra ID

* Fixing Pipeline Failures

* updating Readme

* fixing Lint Errors

* prettier check

* Resolving Comments

* Resolving Comments

* change v5 to v3 to resolve SDK failures

* [Hub Generated] Review request for PaloAltoNetworks.Cloudngfw to add version preview/2023-09-01-preview (#26241)

* Base commit

* Creating a stable from preview

* Stable version in swagger

* [TypeSpec Validation] trigger on only specification/<service-family> (#26276)

* test

* fix

* cleanup

* Publish Microsoft Maps Search 2023-06-01 (#25991)

* Adds base for updating Search from version preview/2022-12-01-preview to version 2023-06-01

* Updates readme

* Updates API version in new specs and examples

* Update countryRegionSet to countryRegion and remove strictMatch

strictMatch has no effect in services and creates customer confusion
countryRegionSet description documents only one works. Update for clarity in GA version.

* Update ForwardGeocodingByAddressLine.json example to use countryRegion parameter

* Update description of countryRegion parameter

* Update CountryRegion parameter description

* Update search.json to document default view

* Update search.json to remove supplemental terms warning

* Update search.json to remove HTTP 207

* Update ForwardGeocodingBatch.json to 200 response

* Update ReverseGeocodingBatch.json to 200 response

* Update ForwardGeocodingBatch.json examples

* Update ReverseGeocodingBatch.json examples

* Stable version of common.json

* Use stable version of common types

* Update common.json version string

* Match coordinates parameter for geocoding. polycon, reverseGeocoding

* Fix reference to coordinates

* Update countryRegion to be single string

* Update example

* Update countryRegion to be single string

* [Hub Generated] Review request for Microsoft.ContainerService/aks to add version stable/2023-09-01 (#26150)

* Adds base for updating Microsoft.ContainerService/aks from version stable/2023-08-01 to version 2023-09-01

* Updates readme

* Updates API version in new specs and examples

* update (#26127)

* update readmes (#26125)

* [AKS] Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api (#26043)

* Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* fixup! Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* update common types from v3 to v5 (#26214)

---------

Co-authored-by: Dong Liu <doliu@microsoft.com>

* devcenter: `devCenterUri` should be a read only field (#26189)

* devcenter: `devCenterUri` should be a read only field

This field cannot be updated - therefore it should be marked as readonly

* devcenter: `devCenterUri` within the Project should also be marked as readonly

* Add new preview api-version 2023-10-10-preview with privateSourceNat configurations (#26242)

* Adds base for updating PaloAltoNetworks.Cloudngfw from version preview/2023-09-01-preview to version 2023-10-10-preview

* Updates readme

* Updates API version in new specs and examples

* Add new preview api-version 2023-10-10 with privateSourceNat configurations

* Change new api version tag in Readme file

* Modify Private Source Nat object to make less generic

* Remove spaces introduced in unchanged lines

* stable version for Microsoft.Confluent rp (#25984)

* stable version for Microsoft.Confluent rp

* Updated the readme to have the stable version tag

* Fix lintdiff error

* Adds base for updating Microsoft.Confluent from version stable/2021-12-01 to version 2023-08-22

* Updates readme

* Updates API version in new specs and examples

* Updated the required changes for stable version

* Fix merge issues

* [TypeSpec Validation] Revert "trigger on only specification/<service-family> (#26276)" (#26316)

- Commit broke "CheckAll" switch, causing it to validate no specs rather than all specs
- Reverts commit 5faae69471b14fd729e19052bc84859bb12bbdeb
- Reverts PR #26276

* [Hub Generated] Review request for Microsoft.ScVmm to add version stable/2023-10-07 (#26109)

* Adds base for updating Microsoft.ScVmm from version preview/2023-04-01-preview to version 2023-10-07

* Updates readme

* Updates API version in new specs and examples

* Removed VM APIs and Definitions

* Removed VM examples

* Updated Examples

* Updated Descriptions for read only true props

* Comment changes - Used Common types definition

* Changes from PR 15221 for azure-rest-api-specs-pr

* Added format arm-id for ARM Id properties

* Revert HardwareProfileUpdate changes

* Fixed LintDiff errors

* Rename Path parameter - LintDiff

* updated examples for path parameter rename

* [TypeSpec Validation] Ensure "All" pipeline fails if no specs are validated (#26322)

* tsv fail if - All didn't check any specs

* testing

* Update eng/scripts/Get-TypeSpec-Folders.ps1

* [Azure Event Grid] Adding new public preview api version for new data-plane operations, release with delay and renew lock operations (#25421)

* Adding new api version, release with delay and renew lock operations

* Removing unnecessary changes

* ran prettier

* Changing delay values

* Adding the new api version in data-plane

* Adding the generated folder

* Fixing pr comment

* Updating api version and suggestions from api review board

* Fixing PR comment

* Fixing build errors

* Fixing build issue

* Fixing a comment

* Updating examples

* Reverting to FailedLockToken model

* Using Azure.Core.Foundations.Error to represent error

* Fixing build issue

* Renaming Delay to ReleaseDelay

* Cognitive Services 2023-10-01-preview updated (#26250)

* Cognitive Services 2023-10-01-preview updated

* updated DeploymentCapacitySettings

* [Microsoft.DeviceRegistry] Added spec for Microsoft.DeviceRegistry RP version 2023-11-01-preview (#26183)

* Added spec for Microsoft.DeviceRegistry RP version 2023-11-01-preview

* Fixed SpellCheck

* Fixed PrettierCheck

* Fixed Avocado

* Fixed tag

* - Removed 200 status code for async delete

- Moved examples for operations in root example folder

* Fixed examples for delete operations

* Added enum for provisioningState property

* Fixed provisioningState descriptions

* Add Preview API version with Kind and features hybridkubernetes microsoft.kubernetes 2023 11 01 preview (#26014)

* Adds base for updating Microsoft.Kubernetes from version preview/2022-10-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* add properties

* addback aadProfile

* typo

* unchangerequired

* fix agentpublickeycert

* fix swagger validations

* LintDiff fixes

* base64

* byte

* revert format

* fixdeleteexample

* fixdeletebody

* remove body

* RBAC

* suppresssion

* newsuppresssionway

* deprecate ingestionSettings (#25970)

Co-authored-by: Elia Grady <elgrady@microsoft.com>

* [Hub Generated] Review request for Azure.Analytics.Purview.DataMap to add version stable/2023-09-01 (#26300)

* update examples for private link (#26254)

* New version 2023-06-30 for DBForMySQL (#26191)

* add base folder

* add base folder

* update readme

* update readme

* fix go error

* update readme

* Updated the pattern to accomodate the previously created resources (#26213)

* Updating readme to stable version (#26338)

* azure search data plane string changes requested by PM (#26327)

* String changes requested by PM feature owner

* String changes requested by PM feature owner

* Updated SplitSkillLanguage languages

* Finnish was in the wrong spot

* restored SplitSKillLanguage list to avoid breaking change

* resolve flatten issue (#24797)

* resolve flatten issue

* fix swagger regex

* AGC Version 2023-11-01 (#26224)

* init

* attempting to satisfy base commit req

* Microsoft.Billing | Update acceptanceMode Enum values to match with API response (#26230)

* Update acceptance mode enums values to match with API response

* adding one additiona default enum

* String changes for rebranding at Ignite (#26295)

* [Hub Generated] Publish private branch 'edgemrketplace202308preview' (#26308)

* add or modify files

* Add the readme files as this is the first commit to public repo

* Add reference to preview files only in public repo

* Add missing readme files, Correct EdgeMarketplace case

* Rename folder with correct casing

---------

Co-authored-by: Aneesh Ponneth <anponnet@microsoft.com>

* mgmt, recoveryservicesdatareplication, java config (#26337)

* microsoft.chaos 2023-10-27-preview (#26101)

* Adds base for updating Microsoft.Chaos from version preview/2023-09-01-preview to version 2023-10-27-preview

* Updates readme

* Updates API version in new specs and examples

* update directive on the open api spec (#26056)

Co-authored-by: James Duan <jduan@microsoft.com>

* Adds an optional object property `customerDataStorage` to the `Microsoft.Chaos/experiments` resource-type (#26055)

* updated provisioningState (#26080)

* updated provisioningState

* prettier fixes

* Add PrivateAccesses Resource (#26035)

* Update privateAccesses.json

* Update privateAccesses Type

* Delete specification/privateAccesses.json

* Update privateAccesses type

* Update examples for privateAccesses

* Update readme.md

* Use v5 common types

* Remove unused definitions

* Remove Patch operation

* change status code for delete

* use custom definition

* use custom list definition

* Use all custom definitions

* Add new definitions

* Add provisioningState for some examples

* Update status code

* Resolve comments

* Remove 200 status code for long-running operation

* Update status code

* Clean definition for resources

* Final fix

* Add needed status code

* Add 200 for sync delete

* updated createUpdateExperiment (#26100)

* updated createUpdateExperiment

* prettier

* Update async delete result code (#26176)

Add 204 as result code for async delete.

* address PR review comment (#26193)

Co-authored-by: James Duan <jduan@microsoft.com>

* Brrusino/experiment create update fix (#26177)

* updated createUpdateExperiment

* prettier

---------

Co-authored-by: James Duan <jduan@microsoft.com>
Co-authored-by: Ritchie Hughes <ritchie.hughes@microsoft.com>
Co-authored-by: Brent Rusinow <44413020+brrusino@users.noreply.github.com>
Co-authored-by: RayY-96 <138829346+RayY-96@users.noreply.github.com>

* java containerservice mgmt, add directive to rename nonResourceURLs to nonResourceUrls (#26351)

* [TypeSpec Validation] Fixes "trigger on only specification/<service-family> (#26276)" (#26321)

* test

* fix

* cleanup

* fix checkall scenario

* testing

* cleanup

* cleanup

* test run

* test run

* test run

* Revert "test run"

This reverts commit 06ba8dbc647be0e543beadd6167d74b33ca3ba01.

* Revert "test run"

This reverts commit a0f024a4dd72744b3a8c1d04907cf56ab2a859f7.

* Revert "test run"

This reverts commit fe26671b30b3c821ec00f42cea83499c3f7edc00.

* Add partial update option for typespec java emitter (#26349)

* Adding AzureLargeInstance preview API (new API version for new Type - AzureLargeInstance) (#25221)

* Generate new Service for azurelargeinstance

* Adding examples and spec

* Fixed syntax error

* Added force restart

* Corrected descriptions

* Corrected restart description

* Corrected shutdown description

* Addressing comments

* Updated parameters to v5

* Corrected description typo

* Removed put and delete operations

* Removed unnecessary properties from AzureLargeStorageInstance

* Updated force restart in spec

* Suppressing linter rule for PUT

* Fixing missing plurals

* Fixing plural in the example type

* Fixing pagination on operation list request

* Fixed formatting in readme.md

* Fixing suppression format

* Changed order ot suppression in readme

* Fixed missing . in front of definitions under suppressions

---------

Co-authored-by: Alexandra Avendano <aavendano@microsoft.com>

* [Hub Generated] Publish private branch 'archidda-azureintegrationspaces-Microsoft.IntegrationSpaces-2023-11-14-preview' (#26202)

* add or modify files

* Address CI errors

* Add 2023-11-01-preview for appplatform (#26231)

* Adds base for updating Microsoft.AppPlatform from version preview/2023-09-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* Fix go readme for asa api (#25897)

* Update language specific readme.md for 2023-11-01-preview api version (#25898)

* add more build result information in build resource (#25930)

Co-authored-by: 刘清仪 <liuqingyi@liuqingyideMacBook-Pro.local>

* Add apiTryOutEnabledState for api protal (#25923)

* Add swagger for Spring Cloud Gateway response cache (#25924)

* Update appplatform.json (#26234)

* Update appplatform.json

* Update appplatform.json

---------

Co-authored-by: Sandy Cai <sandy.caiqing@gmail.com>
Co-authored-by: Qingyi Liu <34502364+smile37773@users.noreply.github.com>
Co-authored-by: 刘清仪 <liuqingyi@liuqingyideMacBook-Pro.local>

* Add new NSP api versions (#26283)

* Add API specs of the base version

* version update from the base version

* Add service tags property and update Readme

---------

Co-authored-by: Kaushal Kumar <kumarkaushal@microsoft.com>

* Update readme.python.md (#26363)

* Update readme.python.md (#26364)

* Update readme.python.md

* Update readme.python.md

* SQL: removing spaces from the model name for `IPv6 FirewallRule` since model names can't contain spaces (#26303)

* sql: removing spaces from the model name for `IPv6 FirewallRule` since model names can't contain spaces

This fixes the other half of https://github.com/hashicorp/pandora/issues/2842

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-08-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-05-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-02-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-11-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-08-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2021-11-01'

* Adding 2023-09-01 to public repo (#26199)

* Adding 2023-09-01 to public repo

* Update readme

* Update custom-words

* Fix array errors

* remove 200 return code

* Remove 200 error code

* Remove more 200

* Fix examples

* [Hub Generated] Review request for Microsoft.ContainerService/aks to add version preview/2023-09-02-preview (#26313)

* Adds base for updating Microsoft.ContainerService/aks from version preview/2023-08-02-preview to version 2023-09-02-preview

* Updates readme

* Updates API version in new specs and examples

* OSSKU supports WindowsAnnual option (#26120)

* add VirtualMachines agent pool type (#26034)

* GPU Profile and Properties for AKS Windows (and Linux) GPU Feature (#26072)

* switch file and fix typos

* Update specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-09-02-preview/managedClusters.json

Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>

---------

Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>

* add AgentPoolUpgradeSettings.nodeSoakDurationInMinutes (#26046)

* Update format for trustedaccess sourceResourceId (#26123)

* update readmes (#26126)

* Add NodeAutoProvisioning to AKS preview API (#26047)

* Add AIToolchainOperator to AKS preview API (#26151)

* Add AIToolchainOperator to AKS preview API

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>

* Remove custom name from the PR

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>

* prettier fix

---------

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Co-authored-by: Heba Elayoty <hebaelayoty@gmail.com>

* Add ArtifactStreamingProfile and Enabled property  (#26144)

* add ArtifactStreamingProfile to AKS API

* reduce repetition

* Update specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-09-02-preview/managedClusters.json

---------

Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>

* fix typo (#26152)

* upgrade common types (#26232)

* rename enum to nodeOSUpgradeChannel (#26366)

---------

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Co-authored-by: Junjie Zhang <109257558+junjiezhang1997@users.noreply.github.com>
Co-authored-by: Qingqing <qizhe@microsoft.com>
Co-authored-by: Chris Lopez <91150577+pineapplethevoyager@users.noreply.github.com>
Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>
Co-authored-by: Max Horstmann <MaxHorstmann@users.noreply.github.com>
Co-authored-by: Dong Liu <doliu@microsoft.com>
Co-authored-by: Heba Elayoty <hebaelayoty@gmail.com>
Co-authored-by: Ganeshkumar Ashokavardhanan <35557827+ganeshkumar5699@users.noreply.github.com>

* Add missing Enums required in 2023-06-28-preview (#25973)

* Add missing Enums required in 2023-06-28-preview

* update name to LedgerSKU

* remove sku from managed ccf

* Update Sku model

* Update Models

* [Communication] Review request for managed identity stable api version 2023 04 01 (#26345)

* Added 2023-04-01 stable directory and version from base api version
2023-04-01-preview

* update api version tag 2023-04-01

* Update readme to include stable version 2023-04-01

* fix sender user name model validation example

---------

Co-authored-by: Joel Enikanorogbon <joelen@microsoft.com>

* [TypeSpec Validation] Add unit test framework (#26166)

* Chaos Microsoft.Chaos 2023-11-01 stable (#26255)

* Adds base for updating Microsoft.Chaos from version preview/2023-09-01-preview to version 2023-11-01

* Updates readme

* Updates API version in new specs and examples

* Updates for experiments for GA (#26179)

* Add experiment schema enforced quota limits (#26243)

* Add experiment schema enforced quota limits

---------

Co-authored-by: Connor Blomquist <coblom@microsoft.com>

* Chaos consolidate execution details (#26020)

* feat: consolidate execution details api

* chore: fix typos and add expand

* Chaos swap expand to post (#26271)

* chore: remove expand and add execution details to post endpoint

* chore: fix comments on PR

* update wording on description (#26330)

Co-authored-by: James Duan <jduan@microsoft.com>

* update details to getExecutionDetails (#26332)

Co-authored-by: James Duan <jduan@microsoft.com>

* resolve merge conflict with main (#26393)

Co-authored-by: James Duan <jduan@microsoft.com>

* Jduan/fix merge 2 (#26400)

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a185c4b26bd75631d234acd080c01378d22.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-2

# Conflicts:
#	specification/chaos/resource-manager/readme.md

---------

Co-authored-by: James Duan <jduan@microsoft.com>

* Revert "Jduan/fix merge 2 (#26400)"

This reverts commit be8c3366ec543c7811df0b3ef50f46992fa4e114.

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a185c4b26bd75631d234acd080c01378d22.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-3

# Conflicts:
#	specification/chaos/resource-manager/readme.md

* reset readme back to main (#26408)

Co-authored-by: James Duan <jduan@microsoft.com>

---------

Co-authored-by: Brent Rusinow <44413020+brrusino@users.noreply.github.com>
Co-authored-by: Connor Blomquist <Connor.Blomquists@gmail.com>
Co-authored-by: Connor Blomquist <coblom@microsoft.com>
Co-authored-by: RenzoPrettoMS <113057297+RenzoPrettoMS@users.noreply.github.com>
Co-authored-by: James Duan <jduan@microsoft.com>

* fix readme file (#26409)

Co-authored-by: James Duan <jduan@microsoft.com>

* [DevCenter] Add 2023-10-01-preview dataplane API version (#26049)

* Adds base for updating Microsoft.DevCenter from version preview/2023-09-01-preview to version 2023-10-01-preview

* Updates readme

* Updates API version in new specs and examples

* 2023-10-01-preview updates

* Add readme changes

* Fix linting errors

* Add ValidationFailed state for customization groups

* Review updates

* Revert customizationTask `parameters` -> `inputs`. Inputs was a conscious product decision and defined in the customization task yaml schema.

* Add doc for cust group list

* Update environment PATCH to follow guidelines

* Remove headers, remove int

* Revert to "defaultValue" and "allowedValues". These are from a defined yaml schema used by private preview customers.

* Align on default/allowed/parameters after internal discussion

* Fix bool naming and descriptions

* Fix additional description

* Enum

* [Synapse]Fix Credential OperationId Not UnifiedIssue (#26348)

* [TypeSpec Validation] Refactor TsvHost (#26411)

- Export TsvRunnerHost and TsvTestHost as classes rather than consts
- Change test names to lower-case for consistency with typespec repo
- Delete incomplete FolderStructure rule
- TsvRunnerHost.gitOperation should succeed by default

* windows separator for tsv (#26377)

* [TypeSpec Validation] Must emit "@azure-tools/typespec-autorest" by default (#26314)

- Specs containing file "main.tsp" must emit "@azure-tools/typespec-autorest" by default
- Also check compiler output for defense-in-depth
- Fixes #25041

* Redeploy changes

* [Hub Generated] Review request for Microsoft.Security to add version preview/2023-10-01-preview (#25655)

* Adds base for updating Microsoft.Security from version preview/2023-03-01-preview to version 2023-10-01-preview

* Updates readme

* Updates API version in new specs and examples

* read.me fix

* fix compiste version

* add ciem configuration to new security connector

* update ciem description

* add ciem to custom words

* add containers changes

* add vm scanners to GCP DCSPM

* add data sensitivity discovery

* add containers to defender for containers

* add containers to GCP containers and DCSPM

* run prettier

* fix readme file

* remove old version from compsite package

* add scan interval to examples

* [DataFactory] Update Google AdWords linked service (#25789)

* update Google AdWords linked service

* update the description for supportLegacyDataTypes

* add one more missed property

* Resolve model validation error LRO in example files (#26390)

* Prettier fix

* java mgmt applicationinsights, input file for releasing stable version (#26391)

* input file

* readme.md

* [Search] Fix 10-01-Preview and 11-01 GA swaggers (#26219)

* add Edm.Single which was mistakenly omitted
* fix customWebApiParameters
* add exhaustive knn examples for 10-01-preview
* Add missing SplitSkill languages

* Synapse Oct. release exclude credential APIs (#26434)

* Release sql microsoft.sql 2023 05 01 preview (#26289)

* Adds base for updating Microsoft.Sql from version preview/2023-02-01-preview to version 2023-05-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding JobPrivateEndpoints API to version 2023-05-01-preview  (#24902)

* Adds base for updating Microsoft.Sql from version preview/2022-11-01-preview to version 2023-02-01-preview

* Updates readme

* Updates API version in new specs and examples

* add mi refresh API (#24093)

* add mi refresh API

* remove stray character

* add examples

* fix lro error

* fix lro error only in example

* fixing prettier issue

* Test commit - adding error schema

* Test2

* Test - changing error type

* Revert "Test - changing error type"

This reverts commit 84fff94ea9cefca5312d2f5c12e099f315e0c064.

* Reverting 3 test commits

* Test - adding commong error type reference

* fix type format errors

---------

Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>

* Adding changes from main to release branch. PRs 24175 and 24185 (#24221)

* Enable multiple partner servers and failover of read-only endpoint for SQL DB Failover Group in version 2023-02-01-preview. (#24132)

* Added the swagger spec and example json files for failvoer group API update in V2023-020-1

* Corrected the FailoverGroupGet.json example

* Updated the auto-generated FailoverGroups.json

Fixed FailoverGroups.json swagger arm-id attribute for databases field

* Added the missing headers field manually

* Fix FailoverGroups.json

---------

Co-authored-by: Sharan Singh <sharanlobana@gmail.com>

* Changes to Location Capabilities (#24209)

* Loc cap changes

* removing changes not related to my changes in dsmain

* DAG API 2023-02-01 (#24108)

* add new dag api version

* Update swagger

* Update swagger

* patch resource

* make replicationMode writable

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API (#24224)

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API

* Change property from name to exhaustionBehaviorType

* generate swagger for LocationCapabilites (#24290)

* inital commit for LTR Policy Immutability (#24347)

* inital commit for immutable ltr backups (#24349)

* Update Servers swagger files with adding property "IsIPv6Enabled" (#24305)

* Update swagger files for Server API

* Add v5 tag for Servers

* Restore none for minimal TLS version

* Add auto rotation param to databases api (#24339)

* Add auto rotation param to databases api

* add armid

* Adding IsFreemium and CreateTime to Get MI API (#24239)

* job private endpoint swagger

* rerun pipelines

* adding job private endpoints to readme

* rerun pipelines

* trying to fix lint errors

* fixing typos - singular resource name and description.

* adding arm-id

* Moving files to the new version; no changes to the files themselves.

* adding job agent private endpoints to readme

---------

Co-authored-by: Jeremy Frosti <111934615+jeremyfrosti@users.noreply.github.com>
Co-authored-by: guptanitish-ms <68623376+guptanitish-ms@users.noreply.github.com>
Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>
Co-authored-by: lobashh <56324552+lobashh@users.noreply.github.com>
Co-authored-by: Sharan Singh <sharanlobana@gmail.com>
Co-authored-by: Aleksand4rZivanovic <60347245+Aleksand4rZivanovic@users.noreply.github.com>
Co-authored-by: a-lazarlazic <106240189+a-lazarlazic@users.noreply.github.com>
Co-authored-by: mykolian <34487118+mykolian@users.noreply.github.com>
Co-authored-by: Srna Nikolic <133877309+srnanikolicmdcs@users.noreply.github.com>
Co-authored-by: rebeccaxu-ms <104461363+rebeccaxu-ms@users.noreply.github.com>
Co-authored-by: LeiWang3 <84884417+LeiWang3@users.noreply.github.com>
Co-authored-by: viparek <78561564+viparek@users.noreply.github.com>
Co-authored-by: Nikola Mirkovic <135128634+nmirkovic-microsoft@users.noreply.github.com>

* DAG API 2023-05-01 for MI First (#25638)

* mi first dag api 2023-05-01

* adding x-ms-identifiers

* adding job step and target group apis to version 2023-05-01-preview (#25689)

* adding job step and target group apis to versoin 2023-05-01-preview

* remove required credential

---------

Co-authored-by: Ray Boyd <rayboyd@microsoft.com>

* updating location capabilities for 2023-05-01-preview (#25539)

Co-authored-by: Ray Boyd <rayboyd@microsoft.com>

* Updating Instance Pool swagger for 2023-05-01-preview (#25580)

* Updating Instance Pool swagger for 2023-05-01-preview

* Add format specification

* Update examples

---------

Co-authored-by: Kosta Bizetic <bizetickosta@microsoft.com>
Co-authored-by: Ivan Arandjelovic <ivarandj@microsoft.com>

* Add Archive option to LTR Policy and LTR Backup for SQL DB  (#25799)

* added changes

* fix swagger validation failures

* adding fixes

* added more changes

* added fixes

* fixed LintDiff

* added changes

* fix lintDiff

* Swagger validations for serverless parameters added in SQL API (#25852)

* Swagger validations for serverless parameters added in SQL API

* Fixing spellcheck in example file

* Fix LintDiff error

---------

Co-authored-by: Yash Udasi <yudasi@microsoft.com>

* Add AAD support to job agents version 2023-05-01-preview (#25553)

* adding job agent identity support to 2023-05-01-preview

* updated swagger with just aad changes

---------

Co-authored-by: Ray Boyd <rayboyd@microsoft.com>

* Dev/sonjac/ltr api update (#25701)

* Adding generated files.

* Fixing swagger errors.

* Managed Instance swagger to support Authentication Metadata (#25795)

* generated swagger

* fixed prettier:

* fixed minor stuff

* swagger fixes

* added missing example file

* removed unused file

* externalgovernance fixes

* minor fixes

* missing character

* Adding JobAgents API with SKU support to version 2023-05-01-preview (#24995)

* Adds base for updating Microsoft.Sql from version preview/2022-11-01-preview to version 2023-02-01-preview

* Updates readme

* Updates API version in new specs and examples

* add mi refresh API (#24093)

* add mi refresh API

* remove stray character

* add examples

* fix lro error

* fix lro error only in example

* fixing prettier issue

* Test commit - adding error schema

* Test2

* Test - changing error type

* Revert "Test - changing error type"

This reverts commit 84fff94ea9cefca5312d2f5c12e099f315e0c064.

* Reverting 3 test commits

* Test - adding commong error type reference

* fix type format errors

---------

Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>

* Adding changes from main to release branch. PRs 24175 and 24185 (#24221)

* Enable multiple partner servers and failover of read-only endpoint for SQL DB Failover Group in version 2023-02-01-preview. (#24132)

* Added the swagger spec and example json files for failvoer group API update in V2023-020-1

* Corrected the FailoverGroupGet.json example

* Updated the auto-generated FailoverGroups.json

Fixed FailoverGroups.json swagger arm-id attribute for databases field

* Added the missing headers field manually

* Fix FailoverGroups.json

---------

Co-authored-by: Sharan Singh <sharanlobana@gmail.com>

* Changes to Location Capabilities (#24209)

* Loc cap changes

* removing changes not related to my changes in dsmain

* DAG API 2023-02-01 (#24108)

* add new dag api version

* Update swagger

* Update swagger

* patch resource

* make replicationMode writable

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API (#24224)

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API

* Change property from name to exhaustionBehaviorType

* generate swagger for LocationCapabilites (#24290)

* inital commit for LTR Policy Immutability (#24347)

* inital commit for immutable ltr backups (#24349)

* Update Servers swagger files with adding property "IsIPv6Enabled" (#24305)

* Update swagger files for Server API

* Add v5 tag for Servers

* Restore none for minimal TLS version

* Add auto rotation param to databases api (#24339)

* Add auto rotation param to databases api

* add armid

* Adding IsFreemium and CreateTime to Get MI API (#24239)

* Updated the examples for LTR Policies and LTR Backups (#24821)

* Updated the examples for LTR Policies and LTR Backups

* Not sure why makeBackupsImmutable got deleted

* swagger changes

* api version changed

* adding identity files to the version on review

* change of getjobagent

* change test

* nit fix

* Changes to use SKU name to specify SLO

* Changes for job agent update SLO with 2023-05-01 version

* removing files of 2023-02-01

* fix

* removing changes on JobAgents 2023-02-01

---------

Co-authored-by: Jeremy Frosti <111934615+jeremyfrosti@users.noreply.github.com>
Co-authored-by: guptanitish-ms <68623376+guptanitish-ms@users.noreply.github.com>
Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>
Co-authored-by: lobashh <56324552+lobashh@users.noreply.github.com>
Co-authored-by: Sharan Singh <sharanlobana@gmail.com>
Co-authored-by: Aleksand4rZivanovic <60347245+Aleksand4rZivanovic@users.noreply.github.com>
Co-authored-by: a-lazarlazic <106240189+a-lazarlazic@users.noreply.github.com>
Co-authored-by: mykolian <34487118+mykolian@users.noreply.github.com>
Co-authored-by: Srna Nikolic <133877309+srnanikolicmdcs@users.noreply.github.com>
Co-authored-by: rebeccaxu-ms <104461363+rebeccaxu-ms@users.noreply.github.com>
Co-authored-by: LeiWang3 <84884417+LeiWang3@users.noreply.github.com>
Co-authored-by: viparek <78561564+viparek@users.noreply.github.com>
Co-authored-by: Nikola Mirkovic <135128634+nmirkovic-microsoft@users.noreply.github.com>

* added swagger spec and example json files for failovergroup api (#25837)

* Updating Managed Instance swagger for 2023-05-01-preview (#26098)

* Modifying ManagedInstances.json and corresponding examples

* Remove example

* Fix syntax errors

* Swagger API changes to support PUT and PATCH to update replication link type (#25690)

* Add Swagger files for Replication Link Update Link Type

* resolve validation error

* Modify property description

* resolve lint errors

* Reverting MI change for readme to fix merge conflict with main (#26296)

---------

Co-authored-by: jacobopac <104868942+jacobopac@users.noreply.github.com>
Co-authored-by: guptanitish-ms <68623376+guptanitish-ms@users.noreply.github.com>
Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>
Co-authored-by: lobashh <56324552+lobashh@users.noreply.github.com>
Co-authored-by: Sharan Singh <sharanlobana@gmail.com>
Co-authored-by: Aleksand4rZivanovic <60347245+Aleksand4rZivanovic@users.noreply.github.com>
Co-authored-by: a-lazarlazic <106240189+a-lazarlazic@users.noreply.github.com>
Co-authored-by: mykolian <34487118+mykolian@users.noreply.github.com>
Co-authored-by: Srna Nikolic <133877309+srnanikolicmdcs@users.noreply.github.com>
Co-authored-by: rebeccaxu-ms <104461363+rebeccaxu-ms@users.noreply.github.com>
Co-authored-by: LeiWang3 <84884417+LeiWang3@users.noreply.github.com>
Co-authored-by: viparek <78561564+viparek@users.noreply.github.com>
Co-authored-by: Nikola Mirkovic <135128634+nmirkovic-microsoft@users.noreply.github.com>
Co-authored-by: ms-mjovkovic <140057686+ms-mjovkovic@users.noreply.github.com>
Co-authored-by: Ray Boyd <rayboyd30@gmail.com>
Co-authored-by: Ray Boyd <rayboyd@microsoft.com>
Co-authored-by: Kosta Bizetić <kosta.bizetic@gmail.com>
Co-authored-by: Kosta Bizetic <bizetickosta@microsoft.com>
Co-authored-by: Ivan Arandjelovic <ivarandj@microsoft.com>
Co-authored-by: CelinaJiangJXY <124339390+CelinaJiangJXY@users.noreply.github.com>
Co-authored-by: Yash Udasi <36713809+Yashu1818@users.noreply.github.com>
Co-authored-by: Yash Udasi <yudasi@microsoft.com>
Co-authored-by: Sonja Ciric <78421408+sonjaciric@users.noreply.github.com>
Co-authored-by: Nebojsa Savic <112883615+nesavicMSFT@users.noreply.github.com>
Co-authored-by: alejandro182 <140119874+alejandro182@users.noreply.github.com>
Co-authored-by: saljain0101 <145347114+saljain0101@users.noreply.github.com>
Co-authored-by: Marko Milovanovic <147002062+mmilovanovic95@users.noreply.github.com>
Co-authored-by: Archana Sahoo <109509626+archanasahoo22@users.noreply.github.com>

* Added liftrastronomer: 2023-08-01-preview (#26373)

* Added liftrastronomer

* Removed unused versions

* Removed unused versions from readme file

* Added linter in yml file

* Removed 200OK response from long running delete operation

* ModelValidation error fixes

* Re-generated swagger using tsp compiler 0.49.0

* [Hub Generated] Review request for Microsoft.HybridContainerService to add version preview/2023-11-15-preview (#26379)

* Adds base for updating Microsoft.HybridContainerService from version preview/2022-09-01-preview to version 2023-11-15-preview

* Updates readme

* Updates API version in new specs and examples

* Added the 2023-11-15-preview from RPSaaSMaster

* Addressing LintDiff errors

* Added back Chaos Studio private access resources mistakenly removed in merge (#26398)

* added back private access

* fix linting issue

---------

Co-authored-by: James Duan <jduan@microsoft.com>

* Update Search with x-ms-client-names and a few new requires (#26355)

* Update Search with x-ms-client-names and a few new requires
* Make VectorizableTextQuery.text required
* Renamce SemanticSetting.defaultConfiguration to defaultConfigurationName to clarify it's a name of a configuration
* SemanticConfiguration.semanticPriorizedFields -> prioritizedFields as semantic is redundant
* Remove VectorQuery changes as they aren't final
* Remove SearchRequest.vectorQueries rename, fixed typo in SemanticSearch
* Add custom word

* [Monitor.Query] Update Preview Swagger File (#26331)

* update swagger

* batch update

* update old swagger

* Update metricBatch.json

* Update metricBatch.json

* Update metrics_API.json

* wip

* Update metricBatch.json

* wip

* update path

* Update metricBatch.json

* Update metricBatch.json

* Update metricBatch.json

* Update commonDefinitions.json

* Change metricBatch.json endpoint string format from "uri" to "url"

Change metricBatch.json endpoint string format from "uri" to "url"

* Remove duration format from interval parameter and properties

Remove duration format from interval parameter and properties. These were improperly decorated as format: "duration" however now that model validation is actually running against parameters our model validation is failing as "FULL" has been a long time accepted string to this parameter and has a lot of usage.

---------

Co-authored-by: gracewilcox <graceawilcox@gmail.com>
Co-authored-by: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>

* corrected naming of api in description (#26380)

* doc(README): remove typo (#26457)

* Support ParquetReadSettings In DataFactory And Synapse For Bug Fix (#26384)

* [Synapse]Fix Credential OperationId Not UnifiedIssue

* Revert "[Synapse]Fix Credential OperationId Not UnifiedIssue"

This reverts commit 83eef9f5a22bc7796d8b5ad51cd2077d2ac8a0e0.

* Support ParquetReadSettings In ADF And Synapse

* Update the PR workflow diagram: in the check examples used, remove "Avocado" as it is no longer required. (#26458)

* add CapacityReservationGroup into custom-words.txt (#26461)

Co-authored-by: tong chen <tonche@microsoft.com>

* Swagger update for AFS vaulted backup policy (#25791)

* Adds base for updating Microsoft.RecoveryServices from version stable/2023-04-01 to version 2023-06-01

* Updates readme

* Updates API version in new specs and examples

* Swagger update for AFS Vaulted Backup Policy
Tiering Cost API
Fixing checks for prettier and spelltest
[Prettier] Adding empty line at the end
Adding Snapshot Related Changes to bms.json
Updating examples
Modified example for backup validate operation
fixed prettier check
Added vaultId in the Get Protected Item response
Making property read only
moved readonly to correct field, pulled rohini's correctness fix from 2023-04-01 version
added edgeZone changes from previous API version - contact vishnu (viananth)
Adding prefix backup to tiering cost api
[Archive V1] Costs API rapping request response under Resource
Revert "[Archive V1] Costs API rapping request response under Resource"
This reverts commit 830dc927afb68c192d4b87b5ed986ab0f8f233ed.
Updating default tag to latest stable tag
Making resourceGuardResourceId property as required
Modified example of trigger validate operation
Added Required field as array
Fixing lint diffs for 202 status codes
Modified swagger to resolve error
made changes to input param for api
Reverting my changes
Adding wrongly reverted changes
Adding again
Adding type for ValidateOperationRequestResource
Fixed ProtectionPolicies_CreateOrUpdate_Hardened.json

Fixing the api urls and lint-diff errors
Updating the url + adding supperssion for LROErrorContent

* Refactoring UserAssignedIdentityProperties

---------

Co-authored-by: Taejas Gupta <taejas.g@gmail.com>
Co-authored-by: Taejas Gupta (HE/HIM) <taegupta@microsoft.com>
Co-authored-by: Shivani Tyagi <tyagishivani31@gmail.com>

* [Hub Generated] Review request for Microsoft.VirtualMachineImages to add version stable/2022-02-14 and stable/2023-07-01 (#26309)

* Adds base for updating Microsoft.VirtualMachineImages from version stable/2022-07-01 to version 2023-07-01

* Updates readme

* Updates API version in new specs and examples

* copying changes from ADO repo

* adding custom words

* adding distribute to ImageTemplate

* adding bracket for distrubute

* replacing CloudError with ErrorResponse

* fixing ErrorResponse typo

* added x-ms-identifiers and fixed other lintdiff

* prettier update

* removing response 200 from delete example files

* fixing distribute for ImageTemplateUpdateParameters

* Revert "fixing distribute for ImageTemplateUpdateParameters"

This reverts commit 09f692fa75f5327d569a03e3bbb309e639f9fd81.

* replacing distribute with properties

* prettier changes x2

* Updated the examples for better documentationj (#26370)

* [Hub Generated] Publish private branch 'voiceservices/2023-09-01-public-publish' (#26394)

* Base Commit - Publish Voiceservices 2023-09-01

* Introducing 2023-09-01 changes

* [TypeSpec] Upgrade autorest and azure-core to 0.35.1 (#26464)

- Small changes to generated swagger reacting to Azure/typespec-azure#3773

* Raymondluo1 containerregistry microsoft.container registry 2023 11 01 preview (#25918)

* Adds base for updating Microsoft.ContainerRegistry from version preview/2023-08-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* Added the metadataSearchEnabled property.

* Fixed the tag format in readme

* Updated examples for the metadata search

* Fix format issue on the readme.

* Change the metadataSearch to a Enum

* Fixed the format issue.

* Revert to the format before.

* Fix the ENUM case issue.

* Added the changes for the readme for sdks

* Azure Event Grid: New features for 2023-12-15-preview API version (#26225)

* First commit: Copy over latest event grid swagger for API version 2023-06-01-preview and use it as baseline for 2023-12-15-preview

* Add new features for API Version 2023-12-15-preview

* Address prettier issues + spelling check + add 2023-12-15-preview to readme files

* Add missing example and some LintDiff

* remove readonly property:

* fix enum lintdiff issue

* fix description

* fix array           x-ms-identifiers: []

* fix prettier check

* fix more lindiff issues

* fix lintdiff error

* fix lindiff issues

* fix example

* Fix example

* add suppressions for LintDiff as they are false positibe

* add arm-id on array items for action group to fix sdk generation error

* fix x-ms-arm-id for action group item

* Add missing operation and its example file

* fix prettier check

* fix example

* trigger tasks

* [Hub Generated] Publish private branch 'IoTOperationsOrchestrator' (#26278)

* add or modify file

* update

* updated

* suppress the TypeSpec validation

* [Hub Generated] Publish private branch 'IoTOperationsDataProcessor' (#26279)

* add or modify files

* update

* add or modify files (#26361)

Co-authored-by: Aakash Jolly <aajolly@microsoft.com>

* add lower case capacityreservationgroup (#26475)

Co-authored-by: tong chen <tonche@microsoft.com>

* Add api version 2023-10-01-preview of Azure OpenAI (#26188)

* Add api version 2023-10-01-preview of Azure OpenAI

* Add custom word

* string updates for renamed features and services (#26268)

* Replaced disallowed HTML chars and added a missing value

* Fixed sev-1 policheck error

* String changes for renamed products and features at Ignite 2023

* Fixed sev 1 policheck errors

* search readme.go.md add directive (#26259)

* [Microsoft.Workoads] Initialize connectors for 2023-10-01-preview api version (#26099)

* Initialize connectors for 2023-10-01-preview api verison

* add unknown words to custom-words

* fix linter checks

* additional fixes for linter checks

* remove 200 response for delete LROs

* update examples to remove 200 from delete LROs

---------

Co-authored-by: Nishanth M <nishanthm@microsoft.com>

* Fix aacs ga contract (#26258)

* Support Typespec file for Easm api version 2023-03-01-preview (#24937)

* Add typespec file for easm

* Change service version doc

* Update file structure and add config file

* Move examples under a version

* Add a openapi.json file

* Remove openapi.json file

* Change operation names and empty object

* Update tspconfig

* Change config file to add .net and js emitter

* Add service dir to config file

* Update csharp config

* Add projected name for csharp

* Use original op

* Update disco group list example

* Remove observations endpoint

* Remove observation models

* Add java options

* Use Azure.Core standard operation and use resource models

* Reformat folder structure

* Suppress warnings

* Change metadata to record<unknown>

* Add suppression for Record<unknown>

* Update examples

* Remove unused examples

* Change apiversion to apiVersion

* Reformat with prettier

* Use foundations for list operation

* Update examples and list operations

* Remove unused minimum set

* Update all uuid

* Update Assets example

* Run prettier on Assets_List

* update oauth2 definition

* remove implicitflow model

* Update specification/riskiq/Easm/tspconfig.yaml

Co-authored-by: Mike Harder <mharder@microsoft.com>

* Update models.tsp

* Update routes.tsp

* Remove typespec-apiview emitter

* update examples, add client.tsp

* run prettier

* Run prettier on Easm examples

* Update examples, main.tsp. Remove client.tsp

* Add operation id to examples under typespec project

* Add titles to examples

* Reformat typespec files

* Update DataConnection validate example

* Update data connection validation example

* Update the easm.json file based on tsv tool

* Update swagger file and its examples

* Update Easm typespec examples

* Update uris in examples

* Update cvss3 name

* Update cvss3 model with tsp

* Add totalElements to DiscoGroups, DiscoTemplates, and SavedFilters List traits

* Run validation for the previous commit

* Suppress linting rule of typespec generated swagger

* Update namespace for dotnet and javascript to the approved namespace

* Update package directory for java sdk from azure-defender-easm to azure-analytics-defender-easm

* use AlexaDetails instead of AlexaInfo in java sdk

* Fix git diff issue in Typespec Validation by running npx tsp

* Remove unused paged result models, add @pagedResult, @nextLink, and @items decorators to paged result models and their properties.
Remove custom NoContentResult model and use Typespec.Http.NoContentResponse model instead

* Add decorators to indicate the resource is createOrUpdate or just update

---------

Co-authored-by: shadahmed-microsoft <139584906+shadahmed-microsoft@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Shad <t-sshadahmed@microsoft.com>

* [Hub Generated] Review request for Microsoft.DevHub to add version stable/2023-08-01 (#24951)

* Adds base for updating Microsoft.DevHub from version preview/2022-10-11-preview to version 2023-08-01

* Updates readme

* Updates API version in new specs and examples

* [Hub Generated] Review request for Microsoft.Migrate/AssessmentProjects to add version stable/2023-03-15 (#25417)

* Adds base for updating Microsoft.Migrate/AssessmentProjects from version stable/2019-10-01 to version 2023-03-15

* Updates readme

* Updates API version in new specs and examples

* edit

* added types files

* added examples

* edit. spelling ignore words added

* edit. api version fix

* edit.

* edit.

* edit.

* deleted zombie files and ran prettier

* removed data plane folder to fix checks

* Removed common types folder.

* Fixed relative path to common types + minor swagger edits

* removed 2019 from default tag to fix go sdk check

* edit

* minor swagger fixes

* edit

* edited string for policheck

* minor fix

* Added manual examples

* fixed errors in checks

* testing update readme to latest API version

* edit

* edit

* compile swagger with new typespec compiler version

* edit

* Sdded PE resources using common types

* added regex pattern

* edit

* edit

* edit

* edit. minor changes from comments/ checks

* cleanup

* made delete sync and updated examples

* edit. made string to date time

* AKS Fleet 2023 10 15 (#25768)

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* [Fleet] Fix readme.md for 0815 (#25822)

* fix readme

* format

* remove hub profile

* examples

* fixed example

* fix example

* fix readme

* rebase

* suppress versioning error

* compile

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version preview/2023-08-01-preview (#25860)

* Adds base for updating Microsoft.AlertsManagement from version preview/2023-01-01-preview to version 2023-08-01-preview

* Updates readme

* Updates API version in new specs and examples

* Alert Rule Recommendations - Api Version 2023-08-01-preview

* Update recommendation in default tag

---------

Co-authored-by: Meydan Dayan <meday@microsoft.com>

* Added new version 2024-03-01 of API Center resource manager. (#25977)

* Adds base for updating Microsoft.ApiCenter from version preview/2023-07-01-preview to version 2024-03-01

* Updates readme

* Updates API version in new specs and examples

* Added new version 2024-03-01 of API Center resource manager.

* Added "apigee" custom word.

* Addressed PR comments.

* Added missing type.

* Minor fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

---------

Co-authored-by: Alexander Zaslonov <alzaslon@microsoft.com>

* Adding new preview version "2023-10-01-preview" with new APIs (#26215)

* New API Version 2023-10-01-preview

* Adding New APIs

* Azure Active Directory change to Microsoft Entra ID

* Fixing Pipeline Failures

* updating Readme

* fixing Lint Errors

* prettier check

* Resolving Comments

* Resolving Comments

* change v5 to v3 to resolve SDK failures

* [Hub Generated] Review request for PaloAltoNetworks.Cloudngfw to add version preview/2023-09-01-preview (#26241)

* Base commit

* Creating a stable from preview

* Stable version in swagger

* [TypeSpec Validation] trigger on only specification/<service-family> (#26276)

* test

* fix

* cleanup

* Publish Microsoft Maps Search 2023-06-01 (#25991)

* Adds base for updating Search from version preview/2022-12-01-preview to version 2023-06-01

* Updates readme

* Updates API version in new specs and examples

* Update countryRegionSet to countryRegion and remove strictMatch

strictMatch has no effect in services and creates customer confusion
countryRegionSet description documents only one works. Update for clarity in GA version.

* Update ForwardGeocodingByAddressLine.json example to use countryRegion parameter

* Update description of countryRegion parameter

* Update CountryRegion parameter description

* Update search.json to document default view

* Update search.json to remove supplemental terms warning

* Update search.json to remove HTTP 207

* Update ForwardGeocodingBatch.json to 200 response

* Update ReverseGeocodingBatch.json to 200 response

* Update ForwardGeocodingBatch.json examples

* Update ReverseGeocodingBatch.json examples

* Stable version of common.json

* Use stable version of common types

* Update common.json version string

* Match coordinates parameter for geocoding. polycon, reverseGeocoding

* Fix reference to coordinates

* Update countryRegion to be single string

* Update example

* Update countryRegion to be single string

* [Hub Generated] Review request for Microsoft.ContainerService/aks to add version stable/2023-09-01 (#26150)

* Adds base for updating Microsoft.ContainerService/aks from version stable/2023-08-01 to version 2023-09-01

* Updates readme

* Updates API version in new specs and examples

* update (#26127)

* update readmes (#26125)

* [AKS] Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api (#26043)

* Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* fixup! Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* update common types from v3 to v5 (#26214)

---------

Co-authored-by: Dong Liu <doliu@microsoft.com>

* devcenter: `devCenterUri` should be a read only field (#26189)

* devcenter: `devCenterUri` should be a read only field

This field cannot be updated - therefore it should be m…
haagha added a commit that referenced this pull request Dec 18, 2023
* Feature/cplat 2023 09 01 (#26270)

* create new version folder

* update version references to newest version

* update readme

* fix readme tag orders

* sync with latest release

* use latest diskRP version

* suppress LroErrorContent

* suppress ResourceNameRestriction LintDiff for dedicatedHost

* Added diskcontrollertype to restore points (#26469)

* Added diskcontrollertype to restore points

* Prettier check

* Updatd description

* Add osRollingUpgradeDeferral property and ApproveRollingUpgrade call (#25543)

* add swagger for rolling upgrade deferral and approval

* Update virtualMachineScaleSet.json

* update to use concise example

* Pr comments

* remove 200 response from example

* Etag support in crp (#26368)

* etag support for VM get/put/patch call

* etag support for VMSS/VM get/put/patch call

* Changes IfNone Match behaviour

* Added Etag field in response of PUT/PATCH calls

* Added prettier fix

* Moved headers to end of parameters

* Fixed Prettier failure

---------

Co-authored-by: Shivi Saxena <shivisaxena@microsoft.com>

* Adding IsVMInStandbyPool boolean property in VirtualMachineInstanceView (#26069)

This change introduces a boolean property in VirtualMachineInstanceView
to indicate whether a VM is in or out of Standby Pool, which is
currently a preview feature.

Co-authored-by: Bowen Xu <box@microsoft.com>

* Adding timeCreated for VMSS VM Profile (#26067)

* vm profile create time changes

* vm profile create time changes

* adding example for timecreated in virtual machine profile

* update description

* prettier

---------

Co-authored-by: Kimberly Yip Chang <kiyipcha@microsoft.com>

* Adding Query Parameter to GenerateSshKeyPair API (#26090)

* init

* PR comments

* Turning this into a POST

* fix

* another fix

* fixes

* fixes

* fix

* New SecurityEncryptionType NonPersistedTPM for Confidential VM (#26131)

* New SecurityEncryptionType NonPersistedTPM for Confidential VM

* Format the json file

* Spell check fix

* Prettier fix

* Added VMSS example for NonPersistedTPM

* Added reference to scale set example

* ProxyAgentSettings swagger (#26145)

* add proxyAgentSettings into computeRPCommon.json

* add examples

* add example reference

* fix prettier

* fix lintDiff error

* Added managedBy related changes in swagger (#26315)

* Added managedBy related changes

* Fixed syntax error

* Fixed Prettier errors

* Moved managedBy field to end as per the comment

---------

Co-authored-by: Theodore Chang <thchan@microsoft.com>

* Added encryption identity to virtual machine payload - Swagger specs (#26350)

* Added encryption identity to swagger

* fix build issues

---------

Co-authored-by: Pavan Rachapudy <vrachapu@microsoft.com>
Co-authored-by: Theodore Chang <thchan@microsoft.com>

* New API for attaching and detaching managed data disks in Control plane (#26093)

* Updating the new API draft changes

* Update virtualMachineScaleSet.json

* Indentation corrected

* Addition of necessary files

1. Addition of necessary file.

* Indentation correction

* Updated references

* Updated

* Updated examples

* Updated the examples

* Updated based on lint-diff

* Identation corrected

* Updating based on LintDiff

* Update diskId

Update diskId

* Update computeRPCommon.json

* Update virtualMachine.json to check

* Update error

* Updated example with valid values

* Suppress resource naming requirement

---------

Co-authored-by: Ashwani Tiwari <ashwtiwari@microsoft.com>

* Adding SharingProfile to CapacityReservationGroup  for CrossPartitionCapacityReservationGroup operations (#26378)

* Adding Sharing Profile to CapacityReservationGroup

* Updating Sharingprofile property name to avoid confict

* Fixed formats

* Updating sharingprofile definition

* Fixed issues reported from PR checks

* Adding doc link

* Fixed formatting

* Addressed PR comments

* Addressing PR comments

---------

Co-authored-by: Naveena Patil <napatil@microsoft.com>

* Adding dedicated host redeploy spec (#26427)

* Add api version 2023-10-01-preview of Azure OpenAI (#26188)

* Add api version 2023-10-01-preview of Azure OpenAI

* Add custom word

* string updates for renamed features and services (#26268)

* Replaced disallowed HTML chars and added a missing value

* Fixed sev-1 policheck error

* String changes for renamed products and features at Ignite 2023

* Fixed sev 1 policheck errors

* search readme.go.md add directive (#26259)

* [Microsoft.Workoads] Initialize connectors for 2023-10-01-preview api version (#26099)

* Initialize connectors for 2023-10-01-preview api verison

* add unknown words to custom-words

* fix linter checks

* additional fixes for linter checks

* remove 200 response for delete LROs

* update examples to remove 200 from delete LROs

---------

Co-authored-by: Nishanth M <nishanthm@microsoft.com>

* Fix aacs ga contract (#26258)

* Support Typespec file for Easm api version 2023-03-01-preview (#24937)

* Add typespec file for easm

* Change service version doc

* Update file structure and add config file

* Move examples under a version

* Add a openapi.json file

* Remove openapi.json file

* Change operation names and empty object

* Update tspconfig

* Change config file to add .net and js emitter

* Add service dir to config file

* Update csharp config

* Add projected name for csharp

* Use original op

* Update disco group list example

* Remove observations endpoint

* Remove observation models

* Add java options

* Use Azure.Core standard operation and use resource models

* Reformat folder structure

* Suppress warnings

* Change metadata to record<unknown>

* Add suppression for Record<unknown>

* Update examples

* Remove unused examples

* Change apiversion to apiVersion

* Reformat with prettier

* Use foundations for list operation

* Update examples and list operations

* Remove unused minimum set

* Update all uuid

* Update Assets example

* Run prettier on Assets_List

* update oauth2 definition

* remove implicitflow model

* Update specification/riskiq/Easm/tspconfig.yaml

Co-authored-by: Mike Harder <mharder@microsoft.com>

* Update models.tsp

* Update routes.tsp

* Remove typespec-apiview emitter

* update examples, add client.tsp

* run prettier

* Run prettier on Easm examples

* Update examples, main.tsp. Remove client.tsp

* Add operation id to examples under typespec project

* Add titles to examples

* Reformat typespec files

* Update DataConnection validate example

* Update data connection validation example

* Update the easm.json file based on tsv tool

* Update swagger file and its examples

* Update Easm typespec examples

* Update uris in examples

* Update cvss3 name

* Update cvss3 model with tsp

* Add totalElements to DiscoGroups, DiscoTemplates, and SavedFilters List traits

* Run validation for the previous commit

* Suppress linting rule of typespec generated swagger

* Update namespace for dotnet and javascript to the approved namespace

* Update package directory for java sdk from azure-defender-easm to azure-analytics-defender-easm

* use AlexaDetails instead of AlexaInfo in java sdk

* Fix git diff issue in Typespec Validation by running npx tsp

* Remove unused paged result models, add @pagedResult, @nextLink, and @items decorators to paged result models and their properties.
Remove custom NoContentResult model and use Typespec.Http.NoContentResponse model instead

* Add decorators to indicate the resource is createOrUpdate or just update

---------

Co-authored-by: shadahmed-microsoft <139584906+shadahmed-microsoft@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Shad <t-sshadahmed@microsoft.com>

* [Hub Generated] Review request for Microsoft.DevHub to add version stable/2023-08-01 (#24951)

* Adds base for updating Microsoft.DevHub from version preview/2022-10-11-preview to version 2023-08-01

* Updates readme

* Updates API version in new specs and examples

* [Hub Generated] Review request for Microsoft.Migrate/AssessmentProjects to add version stable/2023-03-15 (#25417)

* Adds base for updating Microsoft.Migrate/AssessmentProjects from version stable/2019-10-01 to version 2023-03-15

* Updates readme

* Updates API version in new specs and examples

* edit

* added types files

* added examples

* edit. spelling ignore words added

* edit. api version fix

* edit.

* edit.

* edit.

* deleted zombie files and ran prettier

* removed data plane folder to fix checks

* Removed common types folder.

* Fixed relative path to common types + minor swagger edits

* removed 2019 from default tag to fix go sdk check

* edit

* minor swagger fixes

* edit

* edited string for policheck

* minor fix

* Added manual examples

* fixed errors in checks

* testing update readme to latest API version

* edit

* edit

* compile swagger with new typespec compiler version

* edit

* Sdded PE resources using common types

* added regex pattern

* edit

* edit

* edit

* edit. minor changes from comments/ checks

* cleanup

* made delete sync and updated examples

* edit. made string to date time

* AKS Fleet 2023 10 15 (#25768)

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* [Fleet] Fix readme.md for 0815 (#25822)

* fix readme

* format

* remove hub profile

* examples

* fixed example

* fix example

* fix readme

* rebase

* suppress versioning error

* compile

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version preview/2023-08-01-preview (#25860)

* Adds base for updating Microsoft.AlertsManagement from version preview/2023-01-01-preview to version 2023-08-01-preview

* Updates readme

* Updates API version in new specs and examples

* Alert Rule Recommendations - Api Version 2023-08-01-preview

* Update recommendation in default tag

---------

Co-authored-by: Meydan Dayan <meday@microsoft.com>

* Added new version 2024-03-01 of API Center resource manager. (#25977)

* Adds base for updating Microsoft.ApiCenter from version preview/2023-07-01-preview to version 2024-03-01

* Updates readme

* Updates API version in new specs and examples

* Added new version 2024-03-01 of API Center resource manager.

* Added "apigee" custom word.

* Addressed PR comments.

* Added missing type.

* Minor fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

---------

Co-authored-by: Alexander Zaslonov <alzaslon@microsoft.com>

* Adding new preview version "2023-10-01-preview" with new APIs (#26215)

* New API Version 2023-10-01-preview

* Adding New APIs

* Azure Active Directory change to Microsoft Entra ID

* Fixing Pipeline Failures

* updating Readme

* fixing Lint Errors

* prettier check

* Resolving Comments

* Resolving Comments

* change v5 to v3 to resolve SDK failures

* [Hub Generated] Review request for PaloAltoNetworks.Cloudngfw to add version preview/2023-09-01-preview (#26241)

* Base commit

* Creating a stable from preview

* Stable version in swagger

* [TypeSpec Validation] trigger on only specification/<service-family> (#26276)

* test

* fix

* cleanup

* Publish Microsoft Maps Search 2023-06-01 (#25991)

* Adds base for updating Search from version preview/2022-12-01-preview to version 2023-06-01

* Updates readme

* Updates API version in new specs and examples

* Update countryRegionSet to countryRegion and remove strictMatch

strictMatch has no effect in services and creates customer confusion
countryRegionSet description documents only one works. Update for clarity in GA version.

* Update ForwardGeocodingByAddressLine.json example to use countryRegion parameter

* Update description of countryRegion parameter

* Update CountryRegion parameter description

* Update search.json to document default view

* Update search.json to remove supplemental terms warning

* Update search.json to remove HTTP 207

* Update ForwardGeocodingBatch.json to 200 response

* Update ReverseGeocodingBatch.json to 200 response

* Update ForwardGeocodingBatch.json examples

* Update ReverseGeocodingBatch.json examples

* Stable version of common.json

* Use stable version of common types

* Update common.json version string

* Match coordinates parameter for geocoding. polycon, reverseGeocoding

* Fix reference to coordinates

* Update countryRegion to be single string

* Update example

* Update countryRegion to be single string

* [Hub Generated] Review request for Microsoft.ContainerService/aks to add version stable/2023-09-01 (#26150)

* Adds base for updating Microsoft.ContainerService/aks from version stable/2023-08-01 to version 2023-09-01

* Updates readme

* Updates API version in new specs and examples

* update (#26127)

* update readmes (#26125)

* [AKS] Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api (#26043)

* Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* fixup! Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* update common types from v3 to v5 (#26214)

---------

Co-authored-by: Dong Liu <doliu@microsoft.com>

* devcenter: `devCenterUri` should be a read only field (#26189)

* devcenter: `devCenterUri` should be a read only field

This field cannot be updated - therefore it should be marked as readonly

* devcenter: `devCenterUri` within the Project should also be marked as readonly

* Add new preview api-version 2023-10-10-preview with privateSourceNat configurations (#26242)

* Adds base for updating PaloAltoNetworks.Cloudngfw from version preview/2023-09-01-preview to version 2023-10-10-preview

* Updates readme

* Updates API version in new specs and examples

* Add new preview api-version 2023-10-10 with privateSourceNat configurations

* Change new api version tag in Readme file

* Modify Private Source Nat object to make less generic

* Remove spaces introduced in unchanged lines

* stable version for Microsoft.Confluent rp (#25984)

* stable version for Microsoft.Confluent rp

* Updated the readme to have the stable version tag

* Fix lintdiff error

* Adds base for updating Microsoft.Confluent from version stable/2021-12-01 to version 2023-08-22

* Updates readme

* Updates API version in new specs and examples

* Updated the required changes for stable version

* Fix merge issues

* [TypeSpec Validation] Revert "trigger on only specification/<service-family> (#26276)" (#26316)

- Commit broke "CheckAll" switch, causing it to validate no specs rather than all specs
- Reverts commit 5faae69471b14fd729e19052bc84859bb12bbdeb
- Reverts PR #26276

* [Hub Generated] Review request for Microsoft.ScVmm to add version stable/2023-10-07 (#26109)

* Adds base for updating Microsoft.ScVmm from version preview/2023-04-01-preview to version 2023-10-07

* Updates readme

* Updates API version in new specs and examples

* Removed VM APIs and Definitions

* Removed VM examples

* Updated Examples

* Updated Descriptions for read only true props

* Comment changes - Used Common types definition

* Changes from PR 15221 for azure-rest-api-specs-pr

* Added format arm-id for ARM Id properties

* Revert HardwareProfileUpdate changes

* Fixed LintDiff errors

* Rename Path parameter - LintDiff

* updated examples for path parameter rename

* [TypeSpec Validation] Ensure "All" pipeline fails if no specs are validated (#26322)

* tsv fail if - All didn't check any specs

* testing

* Update eng/scripts/Get-TypeSpec-Folders.ps1

* [Azure Event Grid] Adding new public preview api version for new data-plane operations, release with delay and renew lock operations (#25421)

* Adding new api version, release with delay and renew lock operations

* Removing unnecessary changes

* ran prettier

* Changing delay values

* Adding the new api version in data-plane

* Adding the generated folder

* Fixing pr comment

* Updating api version and suggestions from api review board

* Fixing PR comment

* Fixing build errors

* Fixing build issue

* Fixing a comment

* Updating examples

* Reverting to FailedLockToken model

* Using Azure.Core.Foundations.Error to represent error

* Fixing build issue

* Renaming Delay to ReleaseDelay

* Cognitive Services 2023-10-01-preview updated (#26250)

* Cognitive Services 2023-10-01-preview updated

* updated DeploymentCapacitySettings

* [Microsoft.DeviceRegistry] Added spec for Microsoft.DeviceRegistry RP version 2023-11-01-preview (#26183)

* Added spec for Microsoft.DeviceRegistry RP version 2023-11-01-preview

* Fixed SpellCheck

* Fixed PrettierCheck

* Fixed Avocado

* Fixed tag

* - Removed 200 status code for async delete

- Moved examples for operations in root example folder

* Fixed examples for delete operations

* Added enum for provisioningState property

* Fixed provisioningState descriptions

* Add Preview API version with Kind and features hybridkubernetes microsoft.kubernetes 2023 11 01 preview (#26014)

* Adds base for updating Microsoft.Kubernetes from version preview/2022-10-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* add properties

* addback aadProfile

* typo

* unchangerequired

* fix agentpublickeycert

* fix swagger validations

* LintDiff fixes

* base64

* byte

* revert format

* fixdeleteexample

* fixdeletebody

* remove body

* RBAC

* suppresssion

* newsuppresssionway

* deprecate ingestionSettings (#25970)

Co-authored-by: Elia Grady <elgrady@microsoft.com>

* [Hub Generated] Review request for Azure.Analytics.Purview.DataMap to add version stable/2023-09-01 (#26300)

* update examples for private link (#26254)

* New version 2023-06-30 for DBForMySQL (#26191)

* add base folder

* add base folder

* update readme

* update readme

* fix go error

* update readme

* Updated the pattern to accomodate the previously created resources (#26213)

* Updating readme to stable version (#26338)

* azure search data plane string changes requested by PM (#26327)

* String changes requested by PM feature owner

* String changes requested by PM feature owner

* Updated SplitSkillLanguage languages

* Finnish was in the wrong spot

* restored SplitSKillLanguage list to avoid breaking change

* resolve flatten issue (#24797)

* resolve flatten issue

* fix swagger regex

* AGC Version 2023-11-01 (#26224)

* init

* attempting to satisfy base commit req

* Microsoft.Billing | Update acceptanceMode Enum values to match with API response (#26230)

* Update acceptance mode enums values to match with API response

* adding one additiona default enum

* String changes for rebranding at Ignite (#26295)

* [Hub Generated] Publish private branch 'edgemrketplace202308preview' (#26308)

* add or modify files

* Add the readme files as this is the first commit to public repo

* Add reference to preview files only in public repo

* Add missing readme files, Correct EdgeMarketplace case

* Rename folder with correct casing

---------

Co-authored-by: Aneesh Ponneth <anponnet@microsoft.com>

* mgmt, recoveryservicesdatareplication, java config (#26337)

* microsoft.chaos 2023-10-27-preview (#26101)

* Adds base for updating Microsoft.Chaos from version preview/2023-09-01-preview to version 2023-10-27-preview

* Updates readme

* Updates API version in new specs and examples

* update directive on the open api spec (#26056)

Co-authored-by: James Duan <jduan@microsoft.com>

* Adds an optional object property `customerDataStorage` to the `Microsoft.Chaos/experiments` resource-type (#26055)

* updated provisioningState (#26080)

* updated provisioningState

* prettier fixes

* Add PrivateAccesses Resource (#26035)

* Update privateAccesses.json

* Update privateAccesses Type

* Delete specification/privateAccesses.json

* Update privateAccesses type

* Update examples for privateAccesses

* Update readme.md

* Use v5 common types

* Remove unused definitions

* Remove Patch operation

* change status code for delete

* use custom definition

* use custom list definition

* Use all custom definitions

* Add new definitions

* Add provisioningState for some examples

* Update status code

* Resolve comments

* Remove 200 status code for long-running operation

* Update status code

* Clean definition for resources

* Final fix

* Add needed status code

* Add 200 for sync delete

* updated createUpdateExperiment (#26100)

* updated createUpdateExperiment

* prettier

* Update async delete result code (#26176)

Add 204 as result code for async delete.

* address PR review comment (#26193)

Co-authored-by: James Duan <jduan@microsoft.com>

* Brrusino/experiment create update fix (#26177)

* updated createUpdateExperiment

* prettier

---------

Co-authored-by: James Duan <jduan@microsoft.com>
Co-authored-by: Ritchie Hughes <ritchie.hughes@microsoft.com>
Co-authored-by: Brent Rusinow <44413020+brrusino@users.noreply.github.com>
Co-authored-by: RayY-96 <138829346+RayY-96@users.noreply.github.com>

* java containerservice mgmt, add directive to rename nonResourceURLs to nonResourceUrls (#26351)

* [TypeSpec Validation] Fixes "trigger on only specification/<service-family> (#26276)" (#26321)

* test

* fix

* cleanup

* fix checkall scenario

* testing

* cleanup

* cleanup

* test run

* test run

* test run

* Revert "test run"

This reverts commit 06ba8dbc647be0e543beadd6167d74b33ca3ba01.

* Revert "test run"

This reverts commit a0f024a4dd72744b3a8c1d04907cf56ab2a859f7.

* Revert "test run"

This reverts commit fe26671b30b3c821ec00f42cea83499c3f7edc00.

* Add partial update option for typespec java emitter (#26349)

* Adding AzureLargeInstance preview API (new API version for new Type - AzureLargeInstance) (#25221)

* Generate new Service for azurelargeinstance

* Adding examples and spec

* Fixed syntax error

* Added force restart

* Corrected descriptions

* Corrected restart description

* Corrected shutdown description

* Addressing comments

* Updated parameters to v5

* Corrected description typo

* Removed put and delete operations

* Removed unnecessary properties from AzureLargeStorageInstance

* Updated force restart in spec

* Suppressing linter rule for PUT

* Fixing missing plurals

* Fixing plural in the example type

* Fixing pagination on operation list request

* Fixed formatting in readme.md

* Fixing suppression format

* Changed order ot suppression in readme

* Fixed missing . in front of definitions under suppressions

---------

Co-authored-by: Alexandra Avendano <aavendano@microsoft.com>

* [Hub Generated] Publish private branch 'archidda-azureintegrationspaces-Microsoft.IntegrationSpaces-2023-11-14-preview' (#26202)

* add or modify files

* Address CI errors

* Add 2023-11-01-preview for appplatform (#26231)

* Adds base for updating Microsoft.AppPlatform from version preview/2023-09-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* Fix go readme for asa api (#25897)

* Update language specific readme.md for 2023-11-01-preview api version (#25898)

* add more build result information in build resource (#25930)

Co-authored-by: 刘清仪 <liuqingyi@liuqingyideMacBook-Pro.local>

* Add apiTryOutEnabledState for api protal (#25923)

* Add swagger for Spring Cloud Gateway response cache (#25924)

* Update appplatform.json (#26234)

* Update appplatform.json

* Update appplatform.json

---------

Co-authored-by: Sandy Cai <sandy.caiqing@gmail.com>
Co-authored-by: Qingyi Liu <34502364+smile37773@users.noreply.github.com>
Co-authored-by: 刘清仪 <liuqingyi@liuqingyideMacBook-Pro.local>

* Add new NSP api versions (#26283)

* Add API specs of the base version

* version update from the base version

* Add service tags property and update Readme

---------

Co-authored-by: Kaushal Kumar <kumarkaushal@microsoft.com>

* Update readme.python.md (#26363)

* Update readme.python.md (#26364)

* Update readme.python.md

* Update readme.python.md

* SQL: removing spaces from the model name for `IPv6 FirewallRule` since model names can't contain spaces (#26303)

* sql: removing spaces from the model name for `IPv6 FirewallRule` since model names can't contain spaces

This fixes the other half of https://github.com/hashicorp/pandora/issues/2842

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-08-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-05-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-02-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-11-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2022-08-01-preview'

* SQL: fixing the 'IPv6 FirewallRules' model name for API Version '2021-11-01'

* Adding 2023-09-01 to public repo (#26199)

* Adding 2023-09-01 to public repo

* Update readme

* Update custom-words

* Fix array errors

* remove 200 return code

* Remove 200 error code

* Remove more 200

* Fix examples

* [Hub Generated] Review request for Microsoft.ContainerService/aks to add version preview/2023-09-02-preview (#26313)

* Adds base for updating Microsoft.ContainerService/aks from version preview/2023-08-02-preview to version 2023-09-02-preview

* Updates readme

* Updates API version in new specs and examples

* OSSKU supports WindowsAnnual option (#26120)

* add VirtualMachines agent pool type (#26034)

* GPU Profile and Properties for AKS Windows (and Linux) GPU Feature (#26072)

* switch file and fix typos

* Update specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-09-02-preview/managedClusters.json

Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>

---------

Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>

* add AgentPoolUpgradeSettings.nodeSoakDurationInMinutes (#26046)

* Update format for trustedaccess sourceResourceId (#26123)

* update readmes (#26126)

* Add NodeAutoProvisioning to AKS preview API (#26047)

* Add AIToolchainOperator to AKS preview API (#26151)

* Add AIToolchainOperator to AKS preview API

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>

* Remove custom name from the PR

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>

* prettier fix

---------

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Co-authored-by: Heba Elayoty <hebaelayoty@gmail.com>

* Add ArtifactStreamingProfile and Enabled property  (#26144)

* add ArtifactStreamingProfile to AKS API

* reduce repetition

* Update specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-09-02-preview/managedClusters.json

---------

Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>

* fix typo (#26152)

* upgrade common types (#26232)

* rename enum to nodeOSUpgradeChannel (#26366)

---------

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Co-authored-by: Junjie Zhang <109257558+junjiezhang1997@users.noreply.github.com>
Co-authored-by: Qingqing <qizhe@microsoft.com>
Co-authored-by: Chris Lopez <91150577+pineapplethevoyager@users.noreply.github.com>
Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>
Co-authored-by: Max Horstmann <MaxHorstmann@users.noreply.github.com>
Co-authored-by: Dong Liu <doliu@microsoft.com>
Co-authored-by: Heba Elayoty <hebaelayoty@gmail.com>
Co-authored-by: Ganeshkumar Ashokavardhanan <35557827+ganeshkumar5699@users.noreply.github.com>

* Add missing Enums required in 2023-06-28-preview (#25973)

* Add missing Enums required in 2023-06-28-preview

* update name to LedgerSKU

* remove sku from managed ccf

* Update Sku model

* Update Models

* [Communication] Review request for managed identity stable api version 2023 04 01 (#26345)

* Added 2023-04-01 stable directory and version from base api version
2023-04-01-preview

* update api version tag 2023-04-01

* Update readme to include stable version 2023-04-01

* fix sender user name model validation example

---------

Co-authored-by: Joel Enikanorogbon <joelen@microsoft.com>

* [TypeSpec Validation] Add unit test framework (#26166)

* Chaos Microsoft.Chaos 2023-11-01 stable (#26255)

* Adds base for updating Microsoft.Chaos from version preview/2023-09-01-preview to version 2023-11-01

* Updates readme

* Updates API version in new specs and examples

* Updates for experiments for GA (#26179)

* Add experiment schema enforced quota limits (#26243)

* Add experiment schema enforced quota limits

---------

Co-authored-by: Connor Blomquist <coblom@microsoft.com>

* Chaos consolidate execution details (#26020)

* feat: consolidate execution details api

* chore: fix typos and add expand

* Chaos swap expand to post (#26271)

* chore: remove expand and add execution details to post endpoint

* chore: fix comments on PR

* update wording on description (#26330)

Co-authored-by: James Duan <jduan@microsoft.com>

* update details to getExecutionDetails (#26332)

Co-authored-by: James Duan <jduan@microsoft.com>

* resolve merge conflict with main (#26393)

Co-authored-by: James Duan <jduan@microsoft.com>

* Jduan/fix merge 2 (#26400)

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a185c4b26bd75631d234acd080c01378d22.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-2

# Conflicts:
#	specification/chaos/resource-manager/readme.md

---------

Co-authored-by: James Duan <jduan@microsoft.com>

* Revert "Jduan/fix merge 2 (#26400)"

This reverts commit be8c3366ec543c7811df0b3ef50f46992fa4e114.

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a185c4b26bd75631d234acd080c01378d22.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-3

# Conflicts:
#	specification/chaos/resource-manager/readme.md

* reset readme back to main (#26408)

Co-authored-by: James Duan <jduan@microsoft.com>

---------

Co-authored-by: Brent Rusinow <44413020+brrusino@users.noreply.github.com>
Co-authored-by: Connor Blomquist <Connor.Blomquists@gmail.com>
Co-authored-by: Connor Blomquist <coblom@microsoft.com>
Co-authored-by: RenzoPrettoMS <113057297+RenzoPrettoMS@users.noreply.github.com>
Co-authored-by: James Duan <jduan@microsoft.com>

* fix readme file (#26409)

Co-authored-by: James Duan <jduan@microsoft.com>

* [DevCenter] Add 2023-10-01-preview dataplane API version (#26049)

* Adds base for updating Microsoft.DevCenter from version preview/2023-09-01-preview to version 2023-10-01-preview

* Updates readme

* Updates API version in new specs and examples

* 2023-10-01-preview updates

* Add readme changes

* Fix linting errors

* Add ValidationFailed state for customization groups

* Review updates

* Revert customizationTask `parameters` -> `inputs`. Inputs was a conscious product decision and defined in the customization task yaml schema.

* Add doc for cust group list

* Update environment PATCH to follow guidelines

* Remove headers, remove int

* Revert to "defaultValue" and "allowedValues". These are from a defined yaml schema used by private preview customers.

* Align on default/allowed/parameters after internal discussion

* Fix bool naming and descriptions

* Fix additional description

* Enum

* [Synapse]Fix Credential OperationId Not UnifiedIssue (#26348)

* [TypeSpec Validation] Refactor TsvHost (#26411)

- Export TsvRunnerHost and TsvTestHost as classes rather than consts
- Change test names to lower-case for consistency with typespec repo
- Delete incomplete FolderStructure rule
- TsvRunnerHost.gitOperation should succeed by default

* windows separator for tsv (#26377)

* [TypeSpec Validation] Must emit "@azure-tools/typespec-autorest" by default (#26314)

- Specs containing file "main.tsp" must emit "@azure-tools/typespec-autorest" by default
- Also check compiler output for defense-in-depth
- Fixes #25041

* Redeploy changes

* [Hub Generated] Review request for Microsoft.Security to add version preview/2023-10-01-preview (#25655)

* Adds base for updating Microsoft.Security from version preview/2023-03-01-preview to version 2023-10-01-preview

* Updates readme

* Updates API version in new specs and examples

* read.me fix

* fix compiste version

* add ciem configuration to new security connector

* update ciem description

* add ciem to custom words

* add containers changes

* add vm scanners to GCP DCSPM

* add data sensitivity discovery

* add containers to defender for containers

* add containers to GCP containers and DCSPM

* run prettier

* fix readme file

* remove old version from compsite package

* add scan interval to examples

* [DataFactory] Update Google AdWords linked service (#25789)

* update Google AdWords linked service

* update the description for supportLegacyDataTypes

* add one more missed property

* Resolve model validation error LRO in example files (#26390)

* Prettier fix

* java mgmt applicationinsights, input file for releasing stable version (#26391)

* input file

* readme.md

* [Search] Fix 10-01-Preview and 11-01 GA swaggers (#26219)

* add Edm.Single which was mistakenly omitted
* fix customWebApiParameters
* add exhaustive knn examples for 10-01-preview
* Add missing SplitSkill languages

* Synapse Oct. release exclude credential APIs (#26434)

* Release sql microsoft.sql 2023 05 01 preview (#26289)

* Adds base for updating Microsoft.Sql from version preview/2023-02-01-preview to version 2023-05-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding JobPrivateEndpoints API to version 2023-05-01-preview  (#24902)

* Adds base for updating Microsoft.Sql from version preview/2022-11-01-preview to version 2023-02-01-preview

* Updates readme

* Updates API version in new specs and examples

* add mi refresh API (#24093)

* add mi refresh API

* remove stray character

* add examples

* fix lro error

* fix lro error only in example

* fixing prettier issue

* Test commit - adding error schema

* Test2

* Test - changing error type

* Revert "Test - changing error type"

This reverts commit 84fff94ea9cefca5312d2f5c12e099f315e0c064.

* Reverting 3 test commits

* Test - adding commong error type reference

* fix type format errors

---------

Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>

* Adding changes from main to release branch. PRs 24175 and 24185 (#24221)

* Enable multiple partner servers and failover of read-only endpoint for SQL DB Failover Group in version 2023-02-01-preview. (#24132)

* Added the swagger spec and example json files for failvoer group API update in V2023-020-1

* Corrected the FailoverGroupGet.json example

* Updated the auto-generated FailoverGroups.json

Fixed FailoverGroups.json swagger arm-id attribute for databases field

* Added the missing headers field manually

* Fix FailoverGroups.json

---------

Co-authored-by: Sharan Singh <sharanlobana@gmail.com>

* Changes to Location Capabilities (#24209)

* Loc cap changes

* removing changes not related to my changes in dsmain

* DAG API 2023-02-01 (#24108)

* add new dag api version

* Update swagger

* Update swagger

* patch resource

* make replicationMode writable

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API (#24224)

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API

* Change property from name to exhaustionBehaviorType

* generate swagger for LocationCapabilites (#24290)

* inital commit for LTR Policy Immutability (#24347)

* inital commit for immutable ltr backups (#24349)

* Update Servers swagger files with adding property "IsIPv6Enabled" (#24305)

* Update swagger files for Server API

* Add v5 tag for Servers

* Restore none for minimal TLS version

* Add auto rotation param to databases api (#24339)

* Add auto rotation param to databases api

* add armid

* Adding IsFreemium and CreateTime to Get MI API (#24239)

* job private endpoint swagger

* rerun pipelines

* adding job private endpoints to readme

* rerun pipelines

* trying to fix lint errors

* fixing typos - singular resource name and description.

* adding arm-id

* Moving files to the new version; no changes to the files themselves.

* adding job agent private endpoints to readme

---------

Co-authored-by: Jeremy Frosti <111934615+jeremyfrosti@users.noreply.github.com>
Co-authored-by: guptanitish-ms <68623376+guptanitish-ms@users.noreply.github.com>
Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>
Co-authored-by: lobashh <56324552+lobashh@users.noreply.github.com>
Co-authored-by: Sharan Singh <sharanlobana@gmail.com>
Co-authored-by: Aleksand4rZivanovic <60347245+Aleksand4rZivanovic@users.noreply.github.com>
Co-authored-by: a-lazarlazic <106240189+a-lazarlazic@users.noreply.github.com>
Co-authored-by: mykolian <34487118+mykolian@users.noreply.github.com>
Co-authored-by: Srna Nikolic <133877309+srnanikolicmdcs@users.noreply.github.com>
Co-authored-by: rebeccaxu-ms <104461363+rebeccaxu-ms@users.noreply.github.com>
Co-authored-by: LeiWang3 <84884417+LeiWang3@users.noreply.github.com>
Co-authored-by: viparek <78561564+viparek@users.noreply.github.com>
Co-authored-by: Nikola Mirkovic <135128634+nmirkovic-microsoft@users.noreply.github.com>

* DAG API 2023-05-01 for MI First (#25638)

* mi first dag api 2023-05-01

* adding x-ms-identifiers

* adding job step and target group apis to version 2023-05-01-preview (#25689)

* adding job step and target group apis to versoin 2023-05-01-preview

* remove required credential

---------

Co-authored-by: Ray Boyd <rayboyd@microsoft.com>

* updating location capabilities for 2023-05-01-preview (#25539)

Co-authored-by: Ray Boyd <rayboyd@microsoft.com>

* Updating Instance Pool swagger for 2023-05-01-preview (#25580)

* Updating Instance Pool swagger for 2023-05-01-preview

* Add format specification

* Update examples

---------

Co-authored-by: Kosta Bizetic <bizetickosta@microsoft.com>
Co-authored-by: Ivan Arandjelovic <ivarandj@microsoft.com>

* Add Archive option to LTR Policy and LTR Backup for SQL DB  (#25799)

* added changes

* fix swagger validation failures

* adding fixes

* added more changes

* added fixes

* fixed LintDiff

* added changes

* fix lintDiff

* Swagger validations for serverless parameters added in SQL API (#25852)

* Swagger validations for serverless parameters added in SQL API

* Fixing spellcheck in example file

* Fix LintDiff error

---------

Co-authored-by: Yash Udasi <yudasi@microsoft.com>

* Add AAD support to job agents version 2023-05-01-preview (#25553)

* adding job agent identity support to 2023-05-01-preview

* updated swagger with just aad changes

---------

Co-authored-by: Ray Boyd <rayboyd@microsoft.com>

* Dev/sonjac/ltr api update (#25701)

* Adding generated files.

* Fixing swagger errors.

* Managed Instance swagger to support Authentication Metadata (#25795)

* generated swagger

* fixed prettier:

* fixed minor stuff

* swagger fixes

* added missing example file

* removed unused file

* externalgovernance fixes

* minor fixes

* missing character

* Adding JobAgents API with SKU support to version 2023-05-01-preview (#24995)

* Adds base for updating Microsoft.Sql from version preview/2022-11-01-preview to version 2023-02-01-preview

* Updates readme

* Updates API version in new specs and examples

* add mi refresh API (#24093)

* add mi refresh API

* remove stray character

* add examples

* fix lro error

* fix lro error only in example

* fixing prettier issue

* Test commit - adding error schema

* Test2

* Test - changing error type

* Revert "Test - changing error type"

This reverts commit 84fff94ea9cefca5312d2f5c12e099f315e0c064.

* Reverting 3 test commits

* Test - adding commong error type reference

* fix type format errors

---------

Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>

* Adding changes from main to release branch. PRs 24175 and 24185 (#24221)

* Enable multiple partner servers and failover of read-only endpoint for SQL DB Failover Group in version 2023-02-01-preview. (#24132)

* Added the swagger spec and example json files for failvoer group API update in V2023-020-1

* Corrected the FailoverGroupGet.json example

* Updated the auto-generated FailoverGroups.json

Fixed FailoverGroups.json swagger arm-id attribute for databases field

* Added the missing headers field manually

* Fix FailoverGroups.json

---------

Co-authored-by: Sharan Singh <sharanlobana@gmail.com>

* Changes to Location Capabilities (#24209)

* Loc cap changes

* removing changes not related to my changes in dsmain

* DAG API 2023-02-01 (#24108)

* add new dag api version

* Update swagger

* Update swagger

* patch resource

* make replicationMode writable

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API (#24224)

* Add FreeLimitExhaustion Capability in 2023-02-01-preview API

* Change property from name to exhaustionBehaviorType

* generate swagger for LocationCapabilites (#24290)

* inital commit for LTR Policy Immutability (#24347)

* inital commit for immutable ltr backups (#24349)

* Update Servers swagger files with adding property "IsIPv6Enabled" (#24305)

* Update swagger files for Server API

* Add v5 tag for Servers

* Restore none for minimal TLS version

* Add auto rotation param to databases api (#24339)

* Add auto rotation param to databases api

* add armid

* Adding IsFreemium and CreateTime to Get MI API (#24239)

* Updated the examples for LTR Policies and LTR Backups (#24821)

* Updated the examples for LTR Policies and LTR Backups

* Not sure why makeBackupsImmutable got deleted

* swagger changes

* api version changed

* adding identity files to the version on review

* change of getjobagent

* change test

* nit fix

* Changes to use SKU name to specify SLO

* Changes for job agent update SLO with 2023-05-01 version

* removing files of 2023-02-01

* fix

* removing changes on JobAgents 2023-02-01

---------

Co-authored-by: Jeremy Frosti <111934615+jeremyfrosti@users.noreply.github.com>
Co-authored-by: guptanitish-ms <68623376+guptanitish-ms@users.noreply.github.com>
Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>
Co-authored-by: lobashh <56324552+lobashh@users.noreply.github.com>
Co-authored-by: Sharan Singh <sharanlobana@gmail.com>
Co-authored-by: Aleksand4rZivanovic <60347245+Aleksand4rZivanovic@users.noreply.github.com>
Co-authored-by: a-lazarlazic <106240189+a-lazarlazic@users.noreply.github.com>
Co-authored-by: mykolian <34487118+mykolian@users.noreply.github.com>
Co-authored-by: Srna Nikolic <133877309+srnanikolicmdcs@users.noreply.github.com>
Co-authored-by: rebeccaxu-ms <104461363+rebeccaxu-ms@users.noreply.github.com>
Co-authored-by: LeiWang3 <84884417+LeiWang3@users.noreply.github.com>
Co-authored-by: viparek <78561564+viparek@users.noreply.github.com>
Co-authored-by: Nikola Mirkovic <135128634+nmirkovic-microsoft@users.noreply.github.com>

* added swagger spec and example json files for failovergroup api (#25837)

* Updating Managed Instance swagger for 2023-05-01-preview (#26098)

* Modifying ManagedInstances.json and corresponding examples

* Remove example

* Fix syntax errors

* Swagger API changes to support PUT and PATCH to update replication link type (#25690)

* Add Swagger files for Replication Link Update Link Type

* resolve validation error

* Modify property description

* resolve lint errors

* Reverting MI change for readme to fix merge conflict with main (#26296)

---------

Co-authored-by: jacobopac <104868942+jacobopac@users.noreply.github.com>
Co-authored-by: guptanitish-ms <68623376+guptanitish-ms@users.noreply.github.com>
Co-authored-by: Stefan Krivokapic <skrivokapic@microsoft.com>
Co-authored-by: lobashh <56324552+lobashh@users.noreply.github.com>
Co-authored-by: Sharan Singh <sharanlobana@gmail.com>
Co-authored-by: Aleksand4rZivanovic <60347245+Aleksand4rZivanovic@users.noreply.github.com>
Co-authored-by: a-lazarlazic <106240189+a-lazarlazic@users.noreply.github.com>
Co-authored-by: mykolian <34487118+mykolian@users.noreply.github.com>
Co-authored-by: Srna Nikolic <133877309+srnanikolicmdcs@users.noreply.github.com>
Co-authored-by: rebeccaxu-ms <104461363+rebeccaxu-ms@users.noreply.github.com>
Co-authored-by: LeiWang3 <84884417+LeiWang3@users.noreply.github.com>
Co-authored-by: viparek <78561564+viparek@users.noreply.github.com>
Co-authored-by: Nikola Mirkovic <135128634+nmirkovic-microsoft@users.noreply.github.com>
Co-authored-by: ms-mjovkovic <140057686+ms-mjovkovic@users.noreply.github.com>
Co-authored-by: Ray Boyd <rayboyd30@gmail.com>
Co-authored-by: Ray Boyd <rayboyd@microsoft.com>
Co-authored-by: Kosta Bizetić <kosta.bizetic@gmail.com>
Co-authored-by: Kosta Bizetic <bizetickosta@microsoft.com>
Co-authored-by: Ivan Arandjelovic <ivarandj@microsoft.com>
Co-authored-by: CelinaJiangJXY <124339390+CelinaJiangJXY@users.noreply.github.com>
Co-authored-by: Yash Udasi <36713809+Yashu1818@users.noreply.github.com>
Co-authored-by: Yash Udasi <yudasi@microsoft.com>
Co-authored-by: Sonja Ciric <78421408+sonjaciric@users.noreply.github.com>
Co-authored-by: Nebojsa Savic <112883615+nesavicMSFT@users.noreply.github.com>
Co-authored-by: alejandro182 <140119874+alejandro182@users.noreply.github.com>
Co-authored-by: saljain0101 <145347114+saljain0101@users.noreply.github.com>
Co-authored-by: Marko Milovanovic <147002062+mmilovanovic95@users.noreply.github.com>
Co-authored-by: Archana Sahoo <109509626+archanasahoo22@users.noreply.github.com>

* Added liftrastronomer: 2023-08-01-preview (#26373)

* Added liftrastronomer

* Removed unused versions

* Removed unused versions from readme file

* Added linter in yml file

* Removed 200OK response from long running delete operation

* ModelValidation error fixes

* Re-generated swagger using tsp compiler 0.49.0

* [Hub Generated] Review request for Microsoft.HybridContainerService to add version preview/2023-11-15-preview (#26379)

* Adds base for updating Microsoft.HybridContainerService from version preview/2022-09-01-preview to version 2023-11-15-preview

* Updates readme

* Updates API version in new specs and examples

* Added the 2023-11-15-preview from RPSaaSMaster

* Addressing LintDiff errors

* Added back Chaos Studio private access resources mistakenly removed in merge (#26398)

* added back private access

* fix linting issue

---------

Co-authored-by: James Duan <jduan@microsoft.com>

* Update Search with x-ms-client-names and a few new requires (#26355)

* Update Search with x-ms-client-names and a few new requires
* Make VectorizableTextQuery.text required
* Renamce SemanticSetting.defaultConfiguration to defaultConfigurationName to clarify it's a name of a configuration
* SemanticConfiguration.semanticPriorizedFields -> prioritizedFields as semantic is redundant
* Remove VectorQuery changes as they aren't final
* Remove SearchRequest.vectorQueries rename, fixed typo in SemanticSearch
* Add custom word

* [Monitor.Query] Update Preview Swagger File (#26331)

* update swagger

* batch update

* update old swagger

* Update metricBatch.json

* Update metricBatch.json

* Update metrics_API.json

* wip

* Update metricBatch.json

* wip

* update path

* Update metricBatch.json

* Update metricBatch.json

* Update metricBatch.json

* Update commonDefinitions.json

* Change metricBatch.json endpoint string format from "uri" to "url"

Change metricBatch.json endpoint string format from "uri" to "url"

* Remove duration format from interval parameter and properties

Remove duration format from interval parameter and properties. These were improperly decorated as format: "duration" however now that model validation is actually running against parameters our model validation is failing as "FULL" has been a long time accepted string to this parameter and has a lot of usage.

---------

Co-authored-by: gracewilcox <graceawilcox@gmail.com>
Co-authored-by: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>

* corrected naming of api in description (#26380)

* doc(README): remove typo (#26457)

* Support ParquetReadSettings In DataFactory And Synapse For Bug Fix (#26384)

* [Synapse]Fix Credential OperationId Not UnifiedIssue

* Revert "[Synapse]Fix Credential OperationId Not UnifiedIssue"

This reverts commit 83eef9f5a22bc7796d8b5ad51cd2077d2ac8a0e0.

* Support ParquetReadSettings In ADF And Synapse

* Update the PR workflow diagram: in the check examples used, remove "Avocado" as it is no longer required. (#26458)

* add CapacityReservationGroup into custom-words.txt (#26461)

Co-authored-by: tong chen <tonche@microsoft.com>

* Swagger update for AFS vaulted backup policy (#25791)

* Adds base for updating Microsoft.RecoveryServices from version stable/2023-04-01 to version 2023-06-01

* Updates readme

* Updates API version in new specs and examples

* Swagger update for AFS Vaulted Backup Policy
Tiering Cost API
Fixing checks for prettier and spelltest
[Prettier] Adding empty line at the end
Adding Snapshot Related Changes to bms.json
Updating examples
Modified example for backup validate operation
fixed prettier check
Added vaultId in the Get Protected Item response
Making property read only
moved readonly to correct field, pulled rohini's correctness fix from 2023-04-01 version
added edgeZone changes from previous API version - contact vishnu (viananth)
Adding prefix backup to tiering cost api
[Archive V1] Costs API rapping request response under Resource
Revert "[Archive V1] Costs API rapping request response under Resource"
This reverts commit 830dc927afb68c192d4b87b5ed986ab0f8f233ed.
Updating default tag to latest stable tag
Making resourceGuardResourceId property as required
Modified example of trigger validate operation
Added Required field as array
Fixing lint diffs for 202 status codes
Modified swagger to resolve error
made changes to input param for api
Reverting my changes
Adding wrongly reverted changes
Adding again
Adding type for ValidateOperationRequestResource
Fixed ProtectionPolicies_CreateOrUpdate_Hardened.json

Fixing the api urls and lint-diff errors
Updating the url + adding supperssion for LROErrorContent

* Refactoring UserAssignedIdentityProperties

---------

Co-authored-by: Taejas Gupta <taejas.g@gmail.com>
Co-authored-by: Taejas Gupta (HE/HIM) <taegupta@microsoft.com>
Co-authored-by: Shivani Tyagi <tyagishivani31@gmail.com>

* [Hub Generated] Review request for Microsoft.VirtualMachineImages to add version stable/2022-02-14 and stable/2023-07-01 (#26309)

* Adds base for updating Microsoft.VirtualMachineImages from version stable/2022-07-01 to version 2023-07-01

* Updates readme

* Updates API version in new specs and examples

* copying changes from ADO repo

* adding custom words

* adding distribute to ImageTemplate

* adding bracket for distrubute

* replacing CloudError with ErrorResponse

* fixing ErrorResponse typo

* added x-ms-identifiers and fixed other lintdiff

* prettier update

* removing response 200 from delete example files

* fixing distribute for ImageTemplateUpdateParameters

* Revert "fixing distribute for ImageTemplateUpdateParameters"

This reverts commit 09f692fa75f5327d569a03e3bbb309e639f9fd81.

* replacing distribute with properties

* prettier changes x2

* Updated the examples for better documentationj (#26370)

* [Hub Generated] Publish private branch 'voiceservices/2023-09-01-public-publish' (#26394)

* Base Commit - Publish Voiceservices 2023-09-01

* Introducing 2023-09-01 changes

* [TypeSpec] Upgrade autorest and azure-core to 0.35.1 (#26464)

- Small changes to generated swagger reacting to Azure/typespec-azure#3773

* Raymondluo1 containerregistry microsoft.container registry 2023 11 01 preview (#25918)

* Adds base for updating Microsoft.ContainerRegistry from version preview/2023-08-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* Added the metadataSearchEnabled property.

* Fixed the tag format in readme

* Updated examples for the metadata search

* Fix format issue on the readme.

* Change the metadataSearch to a Enum

* Fixed the format issue.

* Revert to the format before.

* Fix the ENUM case issue.

* Added the changes for the readme for sdks

* Azure Event Grid: New features for 2023-12-15-preview API version (#26225)

* First commit: Copy over latest event grid swagger for API version 2023-06-01-preview and use it as baseline for 2023-12-15-preview

* Add new features for API Version 2023-12-15-preview

* Address prettier issues + spelling check + add 2023-12-15-preview to readme files

* Add missing example and some LintDiff

* remove readonly property:

* fix enum lintdiff issue

* fix description

* fix array           x-ms-identifiers: []

* fix prettier check

* fix more lindiff issues

* fix lintdiff error

* fix lindiff issues

* fix example

* Fix example

* add suppressions for LintDiff as they are false positibe

* add arm-id on array items for action group to fix sdk generation error

* fix x-ms-arm-id for action group item

* Add missing operation and its example file

* fix prettier check

* fix example

* trigger tasks

* [Hub Generated] Publish private branch 'IoTOperationsOrchestrator' (#26278)

* add or modify file

* update

* updated

* suppress the TypeSpec validation

* [Hub Generated] Publish private branch 'IoTOperationsDataProcessor' (#26279)

* add or modify files

* update

* add or modify files (#26361)

Co-authored-by: Aakash Jolly <aajolly@microsoft.com>

* add lower case capacityreservationgroup (#26475)

Co-authored-by: tong chen <tonche@microsoft.com>

* Add api version 2023-10-01-preview of Azure OpenAI (#26188)

* Add api version 2023-10-01-preview of Azure OpenAI

* Add custom word

* string updates for renamed features and services (#26268)

* Replaced disallowed HTML chars and added a missing value

* Fixed sev-1 policheck error

* String changes for renamed products and features at Ignite 2023

* Fixed sev 1 policheck errors

* search readme.go.md add directive (#26259)

* [Microsoft.Workoads] Initialize connectors for 2023-10-01-preview api version (#26099)

* Initialize connectors for 2023-10-01-preview api verison

* add unknown words to custom-words

* fix linter checks

* additional fixes for linter checks

* remove 200 response for delete LROs

* update examples to remove 200 from delete LROs

---------

Co-authored-by: Nishanth M <nishanthm@microsoft.com>

* Fix aacs ga contract (#26258)

* Support Typespec file for Easm api version 2023-03-01-preview (#24937)

* Add typespec file for easm

* Change service version doc

* Update file structure and add config file

* Move examples under a version

* Add a openapi.json file

* Remove openapi.json file

* Change operation names and empty object

* Update tspconfig

* Change config file to add .net and js emitter

* Add service dir to config file

* Update csharp config

* Add projected name for csharp

* Use original op

* Update disco group list example

* Remove observations endpoint

* Remove observation models

* Add java options

* Use Azure.Core standard operation and use resource models

* Reformat folder structure

* Suppress warnings

* Change metadata to record<unknown>

* Add suppression for Record<unknown>

* Update examples

* Remove unused examples

* Change apiversion to apiVersion

* Reformat with prettier

* Use foundations for list operation

* Update examples and list operations

* Remove unused minimum set

* Update all uuid

* Update Assets example

* Run prettier on Assets_List

* update oauth2 definition

* remove implicitflow model

* Update specification/riskiq/Easm/tspconfig.yaml

Co-authored-by: Mike Harder <mharder@microsoft.com>

* Update models.tsp

* Update routes.tsp

* Remove typespec-apiview emitter

* update examples, add client.tsp

* run prettier

* Run prettier on Easm examples

* Update examples, main.tsp. Remove client.tsp

* Add operation id to examples under typespec project

* Add titles to examples

* Reformat typespec files

* Update DataConnection validate example

* Update data connection validation example

* Update the easm.json file based on tsv tool

* Update swagger file and its examples

* Update Easm typespec examples

* Update uris in examples

* Update cvss3 name

* Update cvss3 model with tsp

* Add totalElements to DiscoGroups, DiscoTemplates, and SavedFilters List traits

* Run validation for the previous commit

* Suppress linting rule of typespec generated swagger

* Update namespace for dotnet and javascript to the approved namespace

* Update package directory for java sdk from azure-defender-easm to azure-analytics-defender-easm

* use AlexaDetails instead of AlexaInfo in java sdk

* Fix git diff issue in Typespec Validation by running npx tsp

* Remove unused paged result models, add @pagedResult, @nextLink, and @items decorators to paged result models and their properties.
Remove custom NoContentResult model and use Typespec.Http.NoContentResponse model instead

* Add decorators to indicate the resource is createOrUpdate or just update

---------

Co-authored-by: shadahmed-microsoft <139584906+shadahmed-microsoft@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Shad <t-sshadahmed@microsoft.com>

* [Hub Generated] Review request for Microsoft.DevHub to add version stable/2023-08-01 (#24951)

* Adds base for updating Microsoft.DevHub from version preview/2022-10-11-preview to version 2023-08-01

* Updates readme

* Updates API version in new specs and examples

* [Hub Generated] Review request for Microsoft.Migrate/AssessmentProjects to add version stable/2023-03-15 (#25417)

* Adds base for updating Microsoft.Migrate/AssessmentProjects from version stable/2019-10-01 to version 2023-03-15

* Updates readme

* Updates API version in new specs and examples

* edit

* added types files

* added examples

* edit. spelling ignore words added

* edit. api version fix

* edit.

* edit.

* edit.

* deleted zombie files and ran prettier

* removed data plane folder to fix checks

* Removed common types folder.

* Fixed relative path to common types + minor swagger edits

* removed 2019 from default tag to fix go sdk check

* edit

* minor swagger fixes

* edit

* edited string for policheck

* minor fix

* Added manual examples

* fixed errors in checks

* testing update readme to latest API version

* edit

* edit

* compile swagger with new typespec compiler version

* edit

* Sdded PE resources using common types

* added regex pattern

* edit

* edit

* edit

* edit. minor changes from comments/ checks

* cleanup

* made delete sync and updated examples

* edit. made string to date time

* AKS Fleet 2023 10 15 (#25768)

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* rebase

* [Fleet] Fix readme.md for 0815 (#25822)

* fix readme

* format

* remove hub profile

* examples

* fixed example

* fix example

* fix readme

* rebase

* suppress versioning error

* compile

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version preview/2023-08-01-preview (#25860)

* Adds base for updating Microsoft.AlertsManagement from version preview/2023-01-01-preview to version 2023-08-01-preview

* Updates readme

* Updates API version in new specs and examples

* Alert Rule Recommendations - Api Version 2023-08-01-preview

* Update recommendation in default tag

---------

Co-authored-by: Meydan Dayan <meday@microsoft.com>

* Added new version 2024-03-01 of API Center resource manager. (#25977)

* Adds base for updating Microsoft.ApiCenter from version preview/2023-07-01-preview to version 2024-03-01

* Updates readme

* Updates API version in new specs and examples

* Added new version 2024-03-01 of API Center resource manager.

* Added "apigee" custom word.

* Addressed PR comments.

* Added missing type.

* Minor fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

* Fixes.

---------

Co-authored-by: Alexander Zaslonov <alzaslon@microsoft.com>

* Adding new preview version "2023-10-01-preview" with new APIs (#26215)

* New API Version 2023-10-01-preview

* Adding New APIs

* Azure Active Directory change to Microsoft Entra ID

* Fixing Pipeline Failures

* updating Readme

* fixing Lint Errors

* prettier check

* Resolving Comments

* Resolving Comments

* change v5 to v3 to resolve SDK failures

* [Hub Generated] Review request for PaloAltoNetworks.Cloudngfw to add version preview/2023-09-01-preview (#26241)

* Base commit

* Creating a stable from preview

* Stable version in swagger

* [TypeSpec Validation] trigger on only specification/<service-family> (#26276)

* test

* fix

* cleanup

* Publish Microsoft Maps Search 2023-06-01 (#25991)

* Adds base for updating Search from version preview/2022-12-01-preview to version 2023-06-01

* Updates readme

* Updates API version in new specs and examples

* Update countryRegionSet to countryRegion and remove strictMatch

strictMatch has no effect in services and creates customer confusion
countryRegionSet description documents only one works. Update for clarity in GA version.

* Update ForwardGeocodingByAddressLine.json example to use countryRegion parameter

* Update description of countryRegion parameter

* Update CountryRegion parameter description

* Update search.json to document default view

* Update search.json to remove supplemental terms warning

* Update search.json to remove HTTP 207

* Update ForwardGeocodingBatch.json to 200 response

* Update ReverseGeocodingBatch.json to 200 response

* Update ForwardGeocodingBatch.json examples

* Update ReverseGeocodingBatch.json examples

* Stable version of common.json

* Use stable version of common types

* Update common.json version string

* Match coordinates parameter for geocoding. polycon, reverseGeocoding

* Fix reference to coordinates

* Update countryRegion to be single string

* Update example

* Update countryRegion to be single string

* [Hub Generated] Review request for Microsoft.ContainerService/aks to add version stable/2023-09-01 (#26150)

* Adds base for updating Microsoft.ContainerService/aks from version stable/2023-08-01 to version 2023-09-01

* Updates readme

* Updates API version in new specs and examples

* update (#26127)

* update readmes (#26125)

* [AKS] Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api (#26043)

* Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* fixup! Add trustedAccessRoles and trustedAccessRoleBindings into Microsoft.ContainerService 2023-09-01 api

* update common types from v3 to v5 (#26214)

---------

Co-authored-by: Dong Liu <doliu@microsoft.com>

* devcenter: `devCenterUri` should be a read only field (#26189)

* devcenter: `devCenterUri` should be a read only field

This field cannot be u…
zman-ms pushed a commit that referenced this pull request Jan 10, 2024
* Adds base for updating Microsoft.Chaos from version preview/2023-09-01-preview to version 2023-11-01

* Updates readme

* Updates API version in new specs and examples

* Updates for experiments for GA (#26179)

* Add experiment schema enforced quota limits (#26243)

* Add experiment schema enforced quota limits

---------

Co-authored-by: Connor Blomquist <coblom@microsoft.com>

* Chaos consolidate execution details (#26020)

* feat: consolidate execution details api

* chore: fix typos and add expand

* Chaos swap expand to post (#26271)

* chore: remove expand and add execution details to post endpoint

* chore: fix comments on PR

* update wording on description (#26330)

Co-authored-by: James Duan <jduan@microsoft.com>

* update details to getExecutionDetails (#26332)

Co-authored-by: James Duan <jduan@microsoft.com>

* resolve merge conflict with main (#26393)

Co-authored-by: James Duan <jduan@microsoft.com>

* Jduan/fix merge 2 (#26400)

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a1.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-2

# Conflicts:
#	specification/chaos/resource-manager/readme.md

---------

Co-authored-by: James Duan <jduan@microsoft.com>

* Revert "Jduan/fix merge 2 (#26400)"

This reverts commit be8c336.

* Revert "resolve merge conflict with main (#26393)"

This reverts commit 3d7e4a1.

* Merge remote-tracking branch 'origin/main' into jduan/fix-merge-3

# Conflicts:
#	specification/chaos/resource-manager/readme.md

* reset readme back to main (#26408)

Co-authored-by: James Duan <jduan@microsoft.com>

---------

Co-authored-by: Brent Rusinow <44413020+brrusino@users.noreply.github.com>
Co-authored-by: Connor Blomquist <Connor.Blomquists@gmail.com>
Co-authored-by: Connor Blomquist <coblom@microsoft.com>
Co-authored-by: RenzoPrettoMS <113057297+RenzoPrettoMS@users.noreply.github.com>
Co-authored-by: James Duan <jduan@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants