Skip to content

Commit

Permalink
Update new spec
Browse files Browse the repository at this point in the history
  • Loading branch information
markcowl committed Jun 27, 2024
1 parent 70aafa2 commit 58b5c75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ model FabricCapacity is TrackedResource<FabricCapacityProperties> {
interface FabricCapacities {
get is ArmResourceRead<FabricCapacity>;
createOrUpdate is ArmResourceCreateOrReplaceAsync<FabricCapacity>;
update is ArmResourcePatchSync<FabricCapacity, FabricCapacityProperties>;
update is ArmCustomPatchSync<
FabricCapacity,
Azure.ResourceManager.Foundations.ResourceUpdateModel<
FabricCapacity,
FabricCapacityProperties
>
>;
delete is ArmResourceDeleteSync<FabricCapacity>;
listByResourceGroup is ArmResourceListByParent<FabricCapacity>;
listBySubscription is ArmListBySubscription<FabricCapacity>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ options:
use-read-only-status-schema: true
emitter-output-dir: "{project-root}/.."
azure-resource-provider-folder: "resource-manager"
emit-common-types-schema: "reference-only"
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/fabric.json"
examples-directory: "{project-root}/examples"
linter:
Expand Down

0 comments on commit 58b5c75

Please sign in to comment.