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 flatten issue #24797

Merged
merged 3 commits into from
Oct 24, 2023
Merged

resolve flatten issue #24797

merged 3 commits into from
Oct 24, 2023

Conversation

yaotongms
Copy link
Member

@yaotongms yaotongms commented Jul 12, 2023

ARM (Control Plane) API Specification Update Pull Request

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, per this wiki doc.)
  • 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:

ARM API changes review

  • If you want for the ARM team to review this PR, you must add the ARMReview label.
  • The automation may automatically add the ARMReview label, if appropriate.
    If this happens, proceed according to guidance given in GitHub comments also added by the automation.

Breaking change review

If you have any breaking changes as defined in the Breaking Change Policy,
follow the process outlined in the High-level Breaking Change Process doc.

Getting help

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Jul 12, 2023

Swagger Validation Report

️❌BreakingChange: 11 Errors, 0 Warnings failed [Detail]
compared swaggers (via Oad v0.10.4)] new version base version
HybridCompute.json 2022-12-27(6a182b8) 2022-12-27(main)
Rule Message
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L54:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L54:11
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L110:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L110:11
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L166:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L166:11
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L213:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L213:11
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L486:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L486:11
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L553:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L553:11
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L635:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L635:11
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L708:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L708:11
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L764:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L764:11
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L829:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L829:11
1036 - ConstraintChanged The new version has a different 'pattern' value than the previous one.
New: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L1063:11
Old: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L1063:11
️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️⚠️LintDiff: 0 Warnings warning [Detail]
compared tags (via openapi-validator v2.1.6) new version base version
package-2022-12 package-2022-12(6a182b8) package-2022-12(main)

The following errors/warnings exist before current PR submission:

Only 30 items are listed, please refer to log for more details.

Rule Message
PutResponseCodes Synchronous and long-running PUT operations must have responses with 200, 201 and default return codes. They also must not have other response codes.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L38
ParametersInPointGet Query parameter $expand should be removed. Point Get's MUST not have query parameters other than api version.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L203
ResourceNameRestriction The resource name parameter 'extensionName' should be defined with a 'pattern' restriction.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L475
ProvisioningStateSpecifiedForLROPut 201 response schema in long running PUT operation is missing ProvisioningState property. A LRO PUT operations response schema must have ProvisioningState specified for the 200 and 201 status codes.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L476
PutResponseCodes Synchronous and long-running PUT operations must have responses with 200, 201 and default return codes. They also must not have other response codes.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L476
LroLocationHeader A 202 response should include an Location response header.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L526
DeleteResponseCodes Long-running delete operations must have responses with 202, 204 and default return codes. They also must have no other response codes.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L625
PostResponseCodes 200 return code does not have a schema specified. LRO POST must have a 200 return code if only if the final response is intended to have a schema, if not the 200 return code must not be specified.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L813
GetCollectionOnlyHasValueAndNextLink Get endpoints for collections of resources must only have the value and nextLink properties in their model.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L989
OperationsApiSchemaUsesCommonTypes Operations API path must follow the schema provided in the common types.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L1026
GetCollectionOnlyHasValueAndNextLink Get endpoints for collections of resources must only have the value and nextLink properties in their model.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L1077
BodyTopLevelProperties Top level properties should be one of name, type, id, location, properties, tags, plan, sku, etag, managedBy, identity, zones. Model definition 'Machine' has extra properties ['resources'].
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L1632
ArmResourcePropertiesBag Top level property names should not be repeated inside the properties bag for ARM resource 'MachineExtension'. Properties [properties.type] conflict with ARM top level properties. Please rename these.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L1711
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L46
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L49
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L52
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L84
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L102
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L105
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L108
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L140
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L158
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L161
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L164
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L187
⚠️ PageableOperation Based on the response model schema, operation 'Machines_Get' might be pageable. Consider adding the x-ms-pageable extension.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L197
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L205
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L208
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L211
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.HybridCompute/stable/2022-12-27/HybridCompute.json#L248
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️SwaggerAPIView succeeded [Detail] [Expand]
️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️️✔️PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
️️✔️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-workflow-bot
Copy link

Hi, @yaotongms! Thank you for your pull request. To help get your PR merged:

  • Ensure you reviewed the checklists in the PR description.
  • Know that PR assignee is the person auto-assigned and responsible for your current PR review and approval.
  • 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.
  • @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jul 12, 2023

    Swagger Generation Artifacts

    ️️✔️ApiDocPreview succeeded [Detail] [Expand]
     Please click here to preview with your @microsoft account. 
    ️️✔️SDK Breaking Change Tracking succeeded [Detail] [Expand]

    Breaking Changes Tracking

    ️❌ azure-sdk-for-net-track2 failed [Detail]
    • Failed [Logs]Release - Generate from a61e0e9. SDK Automation 14.0.0
      command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
      command	pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1mGeneratePackage: �[0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:714
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1mLine |
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m 714 | �[0m         �[36;1mGeneratePackage -projectFolder $projectFolder -sdkRootPath $s�[0m …
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m     | �[31;1m         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[36;1m     | �[31;1mFailed to build sdk. exit code: False
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[0m
    • Azure.ResourceManager.HybridCompute [View full logs]  [Release SDK Changes]
      info	[Changelog]
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from a61e0e9. 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-hybridcompute [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog]   - Added operation MachinesOperations.begin_assess_patches
      info	[Changelog]   - Added operation MachinesOperations.begin_install_patches
      info	[Changelog]   - Added operation group AgentVersionOperations
      info	[Changelog]   - Added operation group ExtensionMetadataOperations
      info	[Changelog]   - Added operation group HybridIdentityMetadataOperations
      info	[Changelog]   - Added operation group LicenseProfilesOperations
      info	[Changelog]   - Added operation group LicensesOperations
      info	[Changelog]   - Added operation group NetworkProfileOperations
      info	[Changelog]   - Model AgentConfiguration has a new parameter config_mode
      info	[Changelog]   - Model Machine has a new parameter ad_fqdn
      info	[Changelog]   - Model Machine has a new parameter agent_configuration
      info	[Changelog]   - Model Machine has a new parameter agent_upgrade
      info	[Changelog]   - Model Machine has a new parameter agent_version
      info	[Changelog]   - Model Machine has a new parameter client_public_key
      info	[Changelog]   - Model Machine has a new parameter cloud_metadata
      info	[Changelog]   - Model Machine has a new parameter detected_properties
      info	[Changelog]   - Model Machine has a new parameter display_name
      info	[Changelog]   - Model Machine has a new parameter dns_fqdn
      info	[Changelog]   - Model Machine has a new parameter domain_name
      info	[Changelog]   - Model Machine has a new parameter error_details
      info	[Changelog]   - Model Machine has a new parameter extensions
      info	[Changelog]   - Model Machine has a new parameter kind
      info	[Changelog]   - Model Machine has a new parameter last_status_change
      info	[Changelog]   - Model Machine has a new parameter license_profile
      info	[Changelog]   - Model Machine has a new parameter location_data
      info	[Changelog]   - Model Machine has a new parameter machine_fqdn
      info	[Changelog]   - Model Machine has a new parameter mssql_discovered
      info	[Changelog]   - Model Machine has a new parameter network_profile
      info	[Changelog]   - Model Machine has a new parameter os_name
      info	[Changelog]   - Model Machine has a new parameter os_profile
      info	[Changelog]   - Model Machine has a new parameter os_sku
      info	[Changelog]   - Model Machine has a new parameter os_type
      info	[Changelog]   - Model Machine has a new parameter os_version
      info	[Changelog]   - Model Machine has a new parameter parent_cluster_resource_id
      info	[Changelog]   - Model Machine has a new parameter private_link_scope_resource_id
      info	[Changelog]   - Model Machine has a new parameter provisioning_state
      info	[Changelog]   - Model Machine has a new parameter resources
      info	[Changelog]   - Model Machine has a new parameter service_statuses
      info	[Changelog]   - Model Machine has a new parameter status
      info	[Changelog]   - Model Machine has a new parameter vm_id
      info	[Changelog]   - Model Machine has a new parameter vm_uuid
      info	[Changelog]   - Model MachineExtensionUpdate has a new parameter auto_upgrade_minor_version
      info	[Changelog]   - Model MachineExtensionUpdate has a new parameter enable_automatic_upgrade
      info	[Changelog]   - Model MachineExtensionUpdate has a new parameter force_update_tag
      info	[Changelog]   - Model MachineExtensionUpdate has a new parameter protected_settings
      info	[Changelog]   - Model MachineExtensionUpdate has a new parameter publisher
      info	[Changelog]   - Model MachineExtensionUpdate has a new parameter settings
      info	[Changelog]   - Model MachineExtensionUpdate has a new parameter type
      info	[Changelog]   - Model MachineExtensionUpdate has a new parameter type_handler_version
      info	[Changelog]   - Model MachineUpdate has a new parameter agent_upgrade
      info	[Changelog]   - Model MachineUpdate has a new parameter cloud_metadata
      info	[Changelog]   - Model MachineUpdate has a new parameter kind
      info	[Changelog]   - Model MachineUpdate has a new parameter location_data
      info	[Changelog]   - Model MachineUpdate has a new parameter os_profile
      info	[Changelog]   - Model MachineUpdate has a new parameter parent_cluster_resource_id
      info	[Changelog]   - Model MachineUpdate has a new parameter private_link_scope_resource_id
      info	[Changelog]   - Model ProxyResource has a new parameter system_data
      info	[Changelog]   - Model Resource has a new parameter system_data
      info	[Changelog]   - Model TrackedResource has a new parameter system_data
      info	[Changelog]   - Operation MachinesOperations.list_by_resource_group has a new optional parameter expand
      info	[Changelog]
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog]   - Model Machine no longer has parameter properties
      info	[Changelog]   - Model MachineExtensionUpdate no longer has parameter properties
      info	[Changelog]   - Model MachineUpdate no longer has parameter properties
    ️⚠️ azure-sdk-for-java warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from a61e0e9. 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-hybridcompute [View full logs]  [Release SDK Changes]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from a61e0e9. 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/hybridcompute/armhybridcompute [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] - Type of `MachineExtensionProperties.ProtectedSettings` has been changed from `any` to `map[string]any`
      info	[Changelog] - Type of `MachineExtensionProperties.Settings` has been changed from `any` to `map[string]any`
      info	[Changelog] - Type of `MachineExtensionUpdateProperties.ProtectedSettings` has been changed from `any` to `map[string]any`
      info	[Changelog] - Type of `MachineExtensionUpdateProperties.Settings` has been changed from `any` to `map[string]any`
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New enum type `AgentConfigurationMode` with values `AgentConfigurationModeFull`, `AgentConfigurationModeMonitor`
      info	[Changelog] - New enum type `ArcKindEnum` with values `ArcKindEnumAVS`, `ArcKindEnumAWS`, `ArcKindEnumEPS`, `ArcKindEnumGCP`, `ArcKindEnumHCI`, `ArcKindEnumSCVMM`, `ArcKindEnumVMware`
      info	[Changelog] - New enum type `EsuEligibility` with values `EsuEligibilityEligible`, `EsuEligibilityIneligible`, `EsuEligibilityUnknown`
      info	[Changelog] - New enum type `EsuKeyState` with values `EsuKeyStateActive`, `EsuKeyStateInactive`
      info	[Changelog] - New enum type `EsuServerType` with values `EsuServerTypeDatacenter`, `EsuServerTypeStandard`
      info	[Changelog] - New enum type `LastAttemptStatusEnum` with values `LastAttemptStatusEnumFailed`, `LastAttemptStatusEnumSuccess`
      info	[Changelog] - New enum type `LicenseAssignmentState` with values `LicenseAssignmentStateAssigned`, `LicenseAssignmentStateNotAssigned`
      info	[Changelog] - New enum type `LicenseCoreType` with values `LicenseCoreTypePCore`, `LicenseCoreTypeVCore`
      info	[Changelog] - New enum type `LicenseEdition` with values `LicenseEditionDatacenter`, `LicenseEditionStandard`
      info	[Changelog] - New enum type `LicenseState` with values `LicenseStateActivated`, `LicenseStateDeactivated`
      info	[Changelog] - New enum type `LicenseTarget` with values `LicenseTargetWindowsServer2012`, `LicenseTargetWindowsServer2012R2`
      info	[Changelog] - New enum type `LicenseType` with values `LicenseTypeESU`
      info	[Changelog] - New enum type `OsType` with values `OsTypeLinux`, `OsTypeWindows`
      info	[Changelog] - New enum type `PatchOperationStartedBy` with values `PatchOperationStartedByPlatform`, `PatchOperationStartedByUser`
      info	[Changelog] - New enum type `PatchOperationStatus` with values `PatchOperationStatusCompletedWithWarnings`, `PatchOperationStatusFailed`, `PatchOperationStatusInProgress`, `PatchOperationStatusSucceeded`, `PatchOperationStatusUnknown`
      info	[Changelog] - New enum type `PatchServiceUsed` with values `PatchServiceUsedAPT`, `PatchServiceUsedUnknown`, `PatchServiceUsedWU`, `PatchServiceUsedWUWSUS`, `PatchServiceUsedYUM`, `PatchServiceUsedZypper`
      info	[Changelog] - New enum type `ProvisioningState` with values `ProvisioningStateAccepted`, `ProvisioningStateCanceled`, `ProvisioningStateCreating`, `ProvisioningStateDeleted`, `ProvisioningStateDeleting`, `ProvisioningStateFailed`, `ProvisioningStateSucceeded`, `ProvisioningStateUpdating`
      info	[Changelog] - New enum type `VMGuestPatchClassificationLinux` with values `VMGuestPatchClassificationLinuxCritical`, `VMGuestPatchClassificationLinuxOther`, `VMGuestPatchClassificationLinuxSecurity`
      info	[Changelog] - New enum type `VMGuestPatchClassificationWindows` with values `VMGuestPatchClassificationWindowsCritical`, `VMGuestPatchClassificationWindowsDefinition`, `VMGuestPatchClassificationWindowsFeaturePack`, `VMGuestPatchClassificationWindowsSecurity`, `VMGuestPatchClassificationWindowsServicePack`, `VMGuestPatchClassificationWindowsTools`, `VMGuestPatchClassificationWindowsUpdateRollUp`, `VMGuestPatchClassificationWindowsUpdates`
      info	[Changelog] - New enum type `VMGuestPatchRebootSetting` with values `VMGuestPatchRebootSettingAlways`, `VMGuestPatchRebootSettingIfRequired`, `VMGuestPatchRebootSettingNever`
      info	[Changelog] - New enum type `VMGuestPatchRebootStatus` with values `VMGuestPatchRebootStatusCompleted`, `VMGuestPatchRebootStatusFailed`, `VMGuestPatchRebootStatusNotNeeded`, `VMGuestPatchRebootStatusRequired`, `VMGuestPatchRebootStatusStarted`, `VMGuestPatchRebootStatusUnknown`
      info	[Changelog] - New function `NewAgentVersionClient(azcore.TokenCredential, *arm.ClientOptions) (*AgentVersionClient, error)`
      info	[Changelog] - New function `*AgentVersionClient.Get(context.Context, string, string, *AgentVersionClientGetOptions) (AgentVersionClientGetResponse, error)`
      info	[Changelog] - New function `*AgentVersionClient.List(context.Context, string, *AgentVersionClientListOptions) (AgentVersionClientListResponse, error)`
      info	[Changelog] - New function `*ClientFactory.NewAgentVersionClient() *AgentVersionClient`
      info	[Changelog] - New function `*ClientFactory.NewExtensionMetadataClient() *ExtensionMetadataClient`
      info	[Changelog] - New function `*ClientFactory.NewHybridIdentityMetadataClient() *HybridIdentityMetadataClient`
      info	[Changelog] - New function `*ClientFactory.NewLicenseProfilesClient() *LicenseProfilesClient`
      info	[Changelog] - New function `*ClientFactory.NewLicensesClient() *LicensesClient`
      info	[Changelog] - New function `*ClientFactory.NewNetworkProfileClient() *NetworkProfileClient`
      info	[Changelog] - New function `NewExtensionMetadataClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ExtensionMetadataClient, error)`
      info	[Changelog] - New function `*ExtensionMetadataClient.Get(context.Context, string, string, string, string, *ExtensionMetadataClientGetOptions) (ExtensionMetadataClientGetResponse, error)`
      info	[Changelog] - New function `*ExtensionMetadataClient.NewListPager(string, string, string, *ExtensionMetadataClientListOptions) *runtime.Pager[ExtensionMetadataClientListResponse]`
      info	[Changelog] - New function `NewHybridIdentityMetadataClient(string, azcore.TokenCredential, *arm.ClientOptions) (*HybridIdentityMetadataClient, error)`
      info	[Changelog] - New function `*HybridIdentityMetadataClient.Get(context.Context, string, string, string, *HybridIdentityMetadataClientGetOptions) (HybridIdentityMetadataClientGetResponse, error)`
      info	[Changelog] - New function `*HybridIdentityMetadataClient.NewListByMachinesPager(string, string, *HybridIdentityMetadataClientListByMachinesOptions) *runtime.Pager[HybridIdentityMetadataClientListByMachinesResponse]`
      info	[Changelog] - New function `NewLicenseProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LicenseProfilesClient, error)`
      info	[Changelog] - New function `*LicenseProfilesClient.BeginCreateOrUpdate(context.Context, string, string, LicenseProfile, *LicenseProfilesClientBeginCreateOrUpdateOptions) (*runtime.Poller[LicenseProfilesClientCreateOrUpdateResponse], error)`
      info	[Changelog] - New function `*LicenseProfilesClient.BeginDelete(context.Context, string, string, *LicenseProfilesClientBeginDeleteOptions) (*runtime.Poller[LicenseProfilesClientDeleteResponse], error)`
      info	[Changelog] - New function `*LicenseProfilesClient.Get(context.Context, string, string, *LicenseProfilesClientGetOptions) (LicenseProfilesClientGetResponse, error)`
      info	[Changelog] - New function `*LicenseProfilesClient.NewListPager(string, string, *LicenseProfilesClientListOptions) *runtime.Pager[LicenseProfilesClientListResponse]`
      info	[Changelog] - New function `*LicenseProfilesClient.BeginUpdate(context.Context, string, string, LicenseProfileUpdate, *LicenseProfilesClientBeginUpdateOptions) (*runtime.Poller[LicenseProfilesClientUpdateResponse], error)`
      info	[Changelog] - New function `NewLicensesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LicensesClient, error)`
      info	[Changelog] - New function `*LicensesClient.BeginCreateOrUpdate(context.Context, string, string, License, *LicensesClientBeginCreateOrUpdateOptions) (*runtime.Poller[LicensesClientCreateOrUpdateResponse], error)`
      info	[Changelog] - New function `*LicensesClient.BeginDelete(context.Context, string, string, *LicensesClientBeginDeleteOptions) (*runtime.Poller[LicensesClientDeleteResponse], error)`
      info	[Changelog] - New function `*LicensesClient.Get(context.Context, string, string, *LicensesClientGetOptions) (LicensesClientGetResponse, error)`
      info	[Changelog] - New function `*LicensesClient.NewListByResourceGroupPager(string, *LicensesClientListByResourceGroupOptions) *runtime.Pager[LicensesClientListByResourceGroupResponse]`
      info	[Changelog] - New function `*LicensesClient.NewListBySubscriptionPager(*LicensesClientListBySubscriptionOptions) *runtime.Pager[LicensesClientListBySubscriptionResponse]`
      info	[Changelog] - New function `*LicensesClient.BeginUpdate(context.Context, string, string, LicenseUpdate, *LicensesClientBeginUpdateOptions) (*runtime.Poller[LicensesClientUpdateResponse], error)`
      info	[Changelog] - New function `*LicensesClient.BeginValidateLicense(context.Context, License, *LicensesClientBeginValidateLicenseOptions) (*runtime.Poller[LicensesClientValidateLicenseResponse], error)`
      info	[Changelog] - New function `*MachinesClient.BeginAssessPatches(context.Context, string, string, *MachinesClientBeginAssessPatchesOptions) (*runtime.Poller[MachinesClientAssessPatchesResponse], error)`
      info	[Changelog] - New function `*MachinesClient.BeginInstallPatches(context.Context, string, string, MachineInstallPatchesParameters, *MachinesClientBeginInstallPatchesOptions) (*runtime.Poller[MachinesClientInstallPatchesResponse], error)`
      info	[Changelog] - New function `NewNetworkProfileClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkProfileClient, error)`
      info	[Changelog] - New function `*NetworkProfileClient.Get(context.Context, string, string, *NetworkProfileClientGetOptions) (NetworkProfileClientGetResponse, error)`
      info	[Changelog] - New struct `AgentUpgrade`
      info	[Changelog] - New struct `AgentVersion`
      info	[Changelog] - New struct `AgentVersionsList`
      info	[Changelog] - New struct `AvailablePatchCountByClassification`
      info	[Changelog] - New struct `ErrorDetailAutoGenerated`
      info	[Changelog] - New struct `ErrorResponseAutoGenerated`
      info	[Changelog] - New struct `EsuKey`
      info	[Changelog] - New struct `EsuProfileUpdateProperties`
      info	[Changelog] - New struct `ExtensionValue`
      info	[Changelog] - New struct `ExtensionValueListResult`
      info	[Changelog] - New struct `ExtensionValueProperties`
      info	[Changelog] - New struct `HybridIdentityMetadata`
      info	[Changelog] - New struct `HybridIdentityMetadataList`
      info	[Changelog] - New struct `HybridIdentityMetadataProperties`
      info	[Changelog] - New struct `IPAddress`
      info	[Changelog] - New struct `License`
      info	[Changelog] - New struct `LicenseDetails`
      info	[Changelog] - New struct `LicenseProfile`
      info	[Changelog] - New struct `LicenseProfileArmEsuProperties`
      info	[Changelog] - New struct `LicenseProfileArmEsuPropertiesWithoutAssignedLicense`
      info	[Changelog] - New struct `LicenseProfileMachineInstanceView`
      info	[Changelog] - New struct `LicenseProfileMachineInstanceViewEsuProperties`
      info	[Changelog] - New struct `LicenseProfileProperties`
      info	[Changelog] - New struct `LicenseProfileStorageModelEsuProperties`
      info	[Changelog] - New struct `LicenseProfileUpdate`
      info	[Changelog] - New struct `LicenseProfileUpdateProperties`
      info	[Changelog] - New struct `LicenseProfilesListResult`
      info	[Changelog] - New struct `LicenseProperties`
      info	[Changelog] - New struct `LicenseUpdate`
      info	[Changelog] - New struct `LicenseUpdateProperties`
      info	[Changelog] - New struct `LicenseUpdatePropertiesLicenseDetails`
      info	[Changelog] - New struct `LicensesListResult`
      info	[Changelog] - New struct `LinuxParameters`
      info	[Changelog] - New struct `MachineAssessPatchesResult`
      info	[Changelog] - New struct `MachineInstallPatchesParameters`
      info	[Changelog] - New struct `MachineInstallPatchesResult`
      info	[Changelog] - New struct `NetworkInterface`
      info	[Changelog] - New struct `NetworkProfile`
      info	[Changelog] - New struct `Subnet`
      info	[Changelog] - New struct `WindowsParameters`
      info	[Changelog] - New field `ConfigMode` in struct `AgentConfiguration`
      info	[Changelog] - New field `Kind`, `Resources` in struct `Machine`
      info	[Changelog] - New field `EnableAutomaticUpgrade` in struct `MachineExtensionUpdateProperties`
      info	[Changelog] - New field `AgentUpgrade`, `LicenseProfile`, `NetworkProfile` in struct `MachineProperties`
      info	[Changelog] - New field `Kind` in struct `MachineUpdate`
      info	[Changelog] - New field `AgentUpgrade` in struct `MachineUpdateProperties`
      info	[Changelog] - New field `Expand` in struct `MachinesClientCreateOrUpdateOptions`
      info	[Changelog] - New field `Expand` in struct `MachinesClientListByResourceGroupOptions`
      info	[Changelog] - New field `SystemData` in struct `ProxyResource`
      info	[Changelog] - New field `SystemData` in struct `Resource`
      info	[Changelog] - New field `SystemData` in struct `TrackedResource`
      info	[Changelog]
      info	[Changelog] Total 2 breaking change(s), 217 additive change(s).
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from a61e0e9. 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-hybridcompute [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog]   - Added Interface LinuxParameters
      info	[Changelog]   - Added Interface Machine
      info	[Changelog]   - Added Interface MachineAssessPatchesResult
      info	[Changelog]   - Added Interface MachineExtension
      info	[Changelog]   - Added Interface MachineExtensionsDeleteHeaders
      info	[Changelog]   - Added Interface MachineExtensionsUpdateHeaders
      info	[Changelog]   - Added Interface MachineExtensionUpdate
      info	[Changelog]   - Added Interface MachineInstallPatchesParameters
      info	[Changelog]   - Added Interface MachineInstallPatchesResult
      info	[Changelog]   - Added Interface MachinesAssessPatchesHeaders
      info	[Changelog]   - Added Interface MachinesAssessPatchesOptionalParams
      info	[Changelog]   - Added Interface MachinesInstallPatchesHeaders
      info	[Changelog]   - Added Interface MachinesInstallPatchesOptionalParams
      info	[Changelog]   - Added Interface MachineUpdate
      info	[Changelog]   - Added Interface NetworkInterface
      info	[Changelog]   - Added Interface NetworkProfile
      info	[Changelog]   - Added Interface NetworkProfileGetOptionalParams
      info	[Changelog]   - Added Interface OSProfileLinuxConfiguration
      info	[Changelog]   - Added Interface OSProfileWindowsConfiguration
      info	[Changelog]   - Added Interface PrivateEndpointConnection
      info	[Changelog]   - Added Interface PrivateEndpointConnectionDataModel
      info	[Changelog]   - Added Interface PrivateEndpointConnectionsDeleteHeaders
      info	[Changelog]   - Added Interface PrivateLinkResource
      info	[Changelog]   - Added Interface PrivateLinkScopesDeleteHeaders
      info	[Changelog]   - Added Interface ProxyResource
      info	[Changelog]   - Added Interface ServiceStatus
      info	[Changelog]   - Added Interface ServiceStatuses
      info	[Changelog]   - Added Interface Subnet
      info	[Changelog]   - Added Interface TrackedResource
      info	[Changelog]   - Added Interface WindowsParameters
      info	[Changelog]   - Added Type Alias AgentConfigurationMode
      info	[Changelog]   - Added Type Alias AgentVersionGetResponse
      info	[Changelog]   - Added Type Alias AgentVersionListResponse
      info	[Changelog]   - Added Type Alias ArcKindEnum
      info	[Changelog]   - Added Type Alias AssessmentModeTypes
      info	[Changelog]   - Added Type Alias EsuEligibility
      info	[Changelog]   - Added Type Alias EsuKeyState
      info	[Changelog]   - Added Type Alias EsuServerType
      info	[Changelog]   - Added Type Alias ExtensionMetadataGetResponse
      info	[Changelog]   - Added Type Alias ExtensionMetadataListResponse
      info	[Changelog]   - Added Type Alias HybridIdentityMetadataGetResponse
      info	[Changelog]   - Added Type Alias HybridIdentityMetadataListByMachinesNextResponse
      info	[Changelog]   - Added Type Alias HybridIdentityMetadataListByMachinesResponse
      info	[Changelog]   - Added Type Alias LastAttemptStatusEnum
      info	[Changelog]   - Added Type Alias LicenseAssignmentState
      info	[Changelog]   - Added Type Alias LicenseCoreType
      info	[Changelog]   - Added Type Alias LicenseEdition
      info	[Changelog]   - Added Type Alias LicenseProfilesCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias LicenseProfilesDeleteResponse
      info	[Changelog]   - Added Type Alias LicenseProfilesGetResponse
      info	[Changelog]   - Added Type Alias LicenseProfilesListNextResponse
      info	[Changelog]   - Added Type Alias LicenseProfilesListResponse
      info	[Changelog]   - Added Type Alias LicenseProfilesUpdateResponse
      info	[Changelog]   - Added Type Alias LicensesCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias LicensesGetResponse
      info	[Changelog]   - Added Type Alias LicensesListByResourceGroupNextResponse
      info	[Changelog]   - Added Type Alias LicensesListByResourceGroupResponse
      info	[Changelog]   - Added Type Alias LicensesListBySubscriptionNextResponse
      info	[Changelog]   - Added Type Alias LicensesListBySubscriptionResponse
      info	[Changelog]   - Added Type Alias LicenseState
      info	[Changelog]   - Added Type Alias LicensesUpdateResponse
      info	[Changelog]   - Added Type Alias LicensesValidateLicenseResponse
      info	[Changelog]   - Added Type Alias LicenseTarget
      info	[Changelog]   - Added Type Alias LicenseType
      info	[Changelog]   - Added Type Alias MachinesAssessPatchesResponse
      info	[Changelog]   - Added Type Alias MachinesInstallPatchesResponse
      info	[Changelog]   - Added Type Alias NetworkProfileGetResponse
      info	[Changelog]   - Added Type Alias OsType
      info	[Changelog]   - Added Type Alias PatchModeTypes
      info	[Changelog]   - Added Type Alias PatchOperationStartedBy
      info	[Changelog]   - Added Type Alias PatchOperationStatus
      info	[Changelog]   - Added Type Alias PatchServiceUsed
      info	[Changelog]   - Added Type Alias ProvisioningState
      info	[Changelog]   - Added Type Alias VMGuestPatchClassificationLinux
      info	[Changelog]   - Added Type Alias VMGuestPatchClassificationWindows
      info	[Changelog]   - Added Type Alias VMGuestPatchRebootSetting
      info	[Changelog]   - Added Type Alias VMGuestPatchRebootStatus
      info	[Changelog]   - Interface HybridComputePrivateLinkScopeProperties has a new optional parameter privateEndpointConnections
      info	[Changelog]   - Interface MachineExtensionProperties has a new optional parameter enableAutomaticUpgrade
      info	[Changelog]   - Interface MachinesListByResourceGroupOptionalParams has a new optional parameter expand
      info	[Changelog]   - Interface OperationValue has a new optional parameter isDataAction
      info	[Changelog]   - Interface OSProfile has a new optional parameter linuxConfiguration
      info	[Changelog]   - Interface OSProfile has a new optional parameter windowsConfiguration
      info	[Changelog]   - Interface PrivateEndpointConnectionProperties has a new optional parameter groupIds
      info	[Changelog]   - Interface Resource has a new optional parameter systemData
      info	[Changelog]   - Added Enum KnownAgentConfigurationMode
      info	[Changelog]   - Added Enum KnownArcKindEnum
      info	[Changelog]   - Added Enum KnownAssessmentModeTypes
      info	[Changelog]   - Added Enum KnownEsuEligibility
      info	[Changelog]   - Added Enum KnownEsuKeyState
      info	[Changelog]   - Added Enum KnownEsuServerType
      info	[Changelog]   - Added Enum KnownLastAttemptStatusEnum
      info	[Changelog]   - Added Enum KnownLicenseAssignmentState
      info	[Changelog]   - Added Enum KnownLicenseCoreType
      info	[Changelog]   - Added Enum KnownLicenseEdition
      info	[Changelog]   - Added Enum KnownLicenseState
      info	[Changelog]   - Added Enum KnownLicenseTarget
      info	[Changelog]   - Added Enum KnownLicenseType
      info	[Changelog]   - Added Enum KnownOsType
      info	[Changelog]   - Added Enum KnownPatchModeTypes
      info	[Changelog]   - Added Enum KnownPatchOperationStartedBy
      info	[Changelog]   - Added Enum KnownPatchOperationStatus
      info	[Changelog]   - Added Enum KnownPatchServiceUsed
      info	[Changelog]   - Added Enum KnownProvisioningState
      info	[Changelog]   - Added Enum KnownVMGuestPatchClassificationLinux
      info	[Changelog]   - Added Enum KnownVMGuestPatchClassificationWindows
      info	[Changelog]   - Added Enum KnownVMGuestPatchRebootSetting
      info	[Changelog]   - Added Enum KnownVMGuestPatchRebootStatus
      info	[Changelog]   - Added function getContinuationToken
      info	[Changelog]
      info	[Changelog] **Breaking Changes**
      info	[Changelog]
      info	[Changelog]   - Class HybridComputeManagementClient has a new signature
      info	[Changelog]   - Interface MachineExtensionsListNextOptionalParams no longer has parameter expand
      info	[Changelog]   - Type of parameter protectedSettings of interface MachineExtensionProperties is changed from Record<string, unknown> to {
      info	[Changelog]         [propertyName: string]: any;
      info	[Changelog]     }
      info	[Changelog]   - Type of parameter settings of interface MachineExtensionProperties is changed from Record<string, unknown> to {
      info	[Changelog]         [propertyName: string]: any;
      info	[Changelog]     }
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from a61e0e9. 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
    • ️✔️hybridcompute [View full logs]  [Release Schema Changes]
    ️❌ azure-powershell failed [Detail]
    • Pipeline Framework Failed [Logs]Release - Generate from a61e0e9. 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.hybridcompute.DefaultTag [View full logs
      error	Fatal error: SSL error: syscall failure: Broken pipe
      error	The following packages are still pending:
      error		Az.hybridcompute.DefaultTag
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jul 12, 2023

    Generated ApiView

    Language Package Name ApiView Link
    Go sdk/resourcemanager/hybridcompute/armhybridcompute https://apiview.dev/Assemblies/Review/c275ed70f05441a390c1cd8a752a7763
    Java azure-resourcemanager-hybridcompute https://apiview.dev/Assemblies/Review/42bf0b9e41674bf49e149d5e9c8901d5
    .Net Azure.ResourceManager.HybridCompute https://apiview.dev/Assemblies/Review/c283026602e04e8fb7d2b270237b69de
    JavaScript @azure/arm-hybridcompute https://apiview.dev/Assemblies/Review/51e840634b934a59adce062cab1c6938

    @microsoft-github-policy-service microsoft-github-policy-service bot added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Jul 12, 2023
    @microsoft-github-policy-service
    Copy link
    Contributor

    Thank you for your contribution yaotongms! We will review the pull request and get back to you soon.

    @AzureRestAPISpecReview AzureRestAPISpecReview added ARMReview ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test resource-manager WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jul 12, 2023
    @raosuhas raosuhas added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Jul 15, 2023
    @openapi-workflow-bot openapi-workflow-bot bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Jul 15, 2023
    @kazrael2119
    Copy link
    Contributor

    /azp run

    @azure-pipelines
    Copy link

    No commit pushedDate could be found for PR 24797 in repo Azure/azure-rest-api-specs

    @kazrael2119
    Copy link
    Contributor

    this js sdk breaking is not caused by this pr

    @Alancere Alancere added the Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go label Jul 18, 2023
    @qiaozha
    Copy link
    Member

    qiaozha commented Jul 19, 2023

    /azp run

    @azure-pipelines
    Copy link

    No commit pushedDate could be found for PR 24797 in repo Azure/azure-rest-api-specs

    @AzureRestAPISpecReview AzureRestAPISpecReview removed the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Jul 25, 2023
    @yaotongms yaotongms removed the ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review label Oct 18, 2023
    @openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Oct 18, 2023
    @vedkale vedkale removed the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Oct 18, 2023
    @rkmanda rkmanda added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Oct 19, 2023
    @openapi-workflow-bot openapi-workflow-bot bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Oct 19, 2023
    @vedkale
    Copy link
    Member

    vedkale commented Oct 23, 2023

    /pr requestmerge

    @vedkale
    Copy link
    Member

    vedkale commented Oct 23, 2023

    /pr RequestMerge

    @ms-henglu ms-henglu merged commit a61e0e9 into Azure:main Oct 24, 2023
    28 of 31 checks passed
    @openapi-pipeline-app
    Copy link

    Swagger pipeline restarted successfully, please wait for status update in this comment.

    jnlycklama pushed a commit that referenced this pull request Nov 8, 2023
    * resolve flatten issue
    
    * fix swagger regex
    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
    * resolve flatten issue
    
    * fix swagger regex
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go Approved-SdkBreakingChange-JavaScript ArcSignedOff ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required CI-BreakingChange-Go CI-BreakingChange-JavaScript customer-reported Issues that are reported by GitHub users external to the Azure organization. FixS360 ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test resource-manager
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.