@azure-tools/typespec-azure-core 0.56.0-dev.1 → 0.56.0-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/src/lib.d.ts CHANGED
@@ -108,7 +108,7 @@ export declare const $lib: import("@typespec/compiler").TypeSpecLibrary<{
108
108
  "union-enums-circular": {
109
109
  readonly default: "Union is referencing itself and cannot be resolved as an enum.";
110
110
  };
111
- }, Record<string, any>, "items" | "fixed" | "trait" | "pagedResult" | "lroStatus" | "lroSucceeded" | "lroCanceled" | "lroFailed" | "lroResult" | "lroErrorResult" | "pollingOperationParameter" | "pollingLocationInfo" | "finalLocations" | "finalLocationResults" | "finalStateOverride" | "needsRoute" | "ensureVerb" | "embeddingVector" | "armResourceIdentifierConfig" | "operationLink" | "requestParameter" | "responseParameter" | "resourceOperation" | "traitSource" | "traitContext" | "traitLocation" | "parameterizedNextLinkConfig">;
111
+ }, Record<string, any>, "trait" | "fixed" | "pagedResult" | "items" | "lroStatus" | "lroSucceeded" | "lroCanceled" | "lroFailed" | "lroResult" | "lroErrorResult" | "pollingOperationParameter" | "pollingLocationInfo" | "finalLocations" | "finalLocationResults" | "finalStateOverride" | "needsRoute" | "ensureVerb" | "embeddingVector" | "armResourceIdentifierConfig" | "operationLink" | "requestParameter" | "responseParameter" | "resourceOperation" | "traitSource" | "traitContext" | "traitLocation" | "parameterizedNextLinkConfig">;
112
112
  export declare const reportDiagnostic: <C extends "lro-status-union-non-string" | "lro-status-property-invalid-type" | "lro-status-missing" | "lro-status-monitor-invalid-result-property" | "invalid-final-state" | "bad-record-type" | "request-parameter-invalid" | "response-property-invalid" | "operation-link-parameter-invalid" | "operation-link-parameter-invalid-target" | "invalid-resource-type" | "polling-operation-return-model" | "polling-operation-no-status-monitor" | "polling-operation-no-lro-success" | "polling-operation-no-lro-failure" | "polling-operation-no-ref-or-link" | "invalid-final-operation" | "invalid-trait-property-count" | "invalid-trait-property-type" | "invalid-trait-context" | "trait-property-without-location" | "expected-trait-missing" | "client-request-id-trait-missing" | "repeatable-requests-trait-missing" | "conditional-requests-trait-missing" | "expected-trait-diagnostic-missing" | "invalid-parameter" | "expected-success-response" | "lro-polling-data-missing-from-operation-response" | "no-object" | "verb-conflict" | "rpc-operation-needs-route" | "union-enums-multiple-kind" | "union-enums-invalid-kind" | "union-enums-circular", M extends keyof {
113
113
  "lro-status-union-non-string": {
114
114
  readonly default: import("@typespec/compiler").CallableMessage<["type"]>;
@@ -549,5 +549,5 @@ export declare const reportDiagnostic: <C extends "lro-status-union-non-string"
549
549
  "union-enums-circular": {
550
550
  readonly default: "Union is referencing itself and cannot be resolved as an enum.";
551
551
  };
552
- }, C, M>) => import("@typespec/compiler").Diagnostic, AzureCoreStateKeys: Record<"items" | "fixed" | "trait" | "pagedResult" | "lroStatus" | "lroSucceeded" | "lroCanceled" | "lroFailed" | "lroResult" | "lroErrorResult" | "pollingOperationParameter" | "pollingLocationInfo" | "finalLocations" | "finalLocationResults" | "finalStateOverride" | "needsRoute" | "ensureVerb" | "embeddingVector" | "armResourceIdentifierConfig" | "operationLink" | "requestParameter" | "responseParameter" | "resourceOperation" | "traitSource" | "traitContext" | "traitLocation" | "parameterizedNextLinkConfig", symbol>;
552
+ }, C, M>) => import("@typespec/compiler").Diagnostic, AzureCoreStateKeys: Record<"trait" | "fixed" | "pagedResult" | "items" | "lroStatus" | "lroSucceeded" | "lroCanceled" | "lroFailed" | "lroResult" | "lroErrorResult" | "pollingOperationParameter" | "pollingLocationInfo" | "finalLocations" | "finalLocationResults" | "finalStateOverride" | "needsRoute" | "ensureVerb" | "embeddingVector" | "armResourceIdentifierConfig" | "operationLink" | "requestParameter" | "responseParameter" | "resourceOperation" | "traitSource" | "traitContext" | "traitLocation" | "parameterizedNextLinkConfig", symbol>;
553
553
  //# sourceMappingURL=lib.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.56.0-dev.1",
3
+ "version": "0.56.0-dev.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",
@@ -53,12 +53,12 @@
53
53
  "@typespec/rest": "^0.69.0 || >=0.70.0-dev <0.70.0",
54
54
  "@typespec/tspd": "^0.69.0 || >=0.70.0-dev <0.70.0",
55
55
  "@typespec/versioning": "^0.69.0 || >=0.70.0-dev <0.70.0",
56
- "@vitest/coverage-v8": "^3.0.9",
57
- "@vitest/ui": "^3.0.9",
56
+ "@vitest/coverage-v8": "^3.1.2",
57
+ "@vitest/ui": "^3.1.2",
58
58
  "c8": "^10.1.3",
59
59
  "rimraf": "~6.0.1",
60
60
  "typescript": "~5.8.2",
61
- "vitest": "^3.0.9"
61
+ "vitest": "^3.1.2"
62
62
  },
63
63
  "dependencies": {},
64
64
  "scripts": {