Skip to content

Commit db2f049

Browse files
SahilArora92Sahil Arorarkmanda
authored
AzureFleet public preview changes (Azure#29038)
* AzureFleet public preview changes * Add error message and fix errors * Fix validation errors * pretty files * FIx Lint errors * Add Optional next Link * format tsp * fix uri * format tsp * Update Patch operations * Add suppression * Add directory for C# sdk generation * Add terraform.md * add service-directory * Update cli md * Revert "Add terraform.md" This reverts commit 605d964ae07be5b1dab1f670a692cb57c2770083. * Update suppression to have swagger info * Revert "Update cli md" This reverts commit a9005c8e205f0146c9dc541836967aeb7e9b5b67. * Update suppression to have where * Update suppression * update suppression * Specify the definition for suppression * Remove where for suppression from CreateOption is not shown in azure fleet swagger. * Use Default Provisioning state * Change package name in readme * Add type in list call * Update examples --------- Co-authored-by: Sahil Arora <arorasahil@microsoft.com> Co-authored-by: Roopesh Manda <rmanda@microsoft.com>
1 parent c005085 commit db2f049

62 files changed

Lines changed: 17644 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import "@typespec/http";
2+
import "@typespec/rest";
3+
import "@typespec/versioning";
4+
import "@azure-tools/typespec-autorest";
5+
import "@azure-tools/typespec-azure-core";
6+
import "@azure-tools/typespec-azure-resource-manager";
7+
8+
using TypeSpec.Http;
9+
using TypeSpec.Rest;
10+
using TypeSpec.Versioning;
11+
using Autorest;
12+
using Azure.ResourceManager;
13+
using OpenAPI;
14+
15+
namespace Microsoft.AzureFleet;
16+
17+
@doc("ApiError for Fleet")
18+
@useRef("../../../../../compute/resource-manager/Microsoft.Compute/common-types/v1/common.json#/definitions/ApiError")
19+
model ApiError {}

0 commit comments

Comments
 (0)