File tree 3 files changed +7
-2
lines changed
Microsoft.Fabric.Management
resource-manager/Microsoft.Fabric/stable/2023-11-01
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ using Azure.ResourceManager;
12
12
namespace Microsoft .Fabric ;
13
13
14
14
/** Fabric Capacity resource */
15
- model FabricCapacity is TrackedResource <FabricCapacityProperties > {
15
+ model FabricCapacity is TrackedResource <FabricCapacityProperties , false > {
16
16
@ doc ("The name of the Microsoft Fabric capacity. It must be a minimum of 3 characters, and a maximum of 63." )
17
17
@ maxLength (63 )
18
18
@ minLength (3 )
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ " service-dir " :
3
+ default : " sdk/fabric"
1
4
emit :
2
5
- " @azure-tools/typespec-autorest"
3
6
options :
@@ -12,8 +15,9 @@ options:
12
15
examples-directory : " {project-root}/examples"
13
16
" @azure-tools/typespec-csharp " :
14
17
flavor : azure
18
+ package-dir : " Azure.ResourceManager.Fabric"
15
19
clear-output-folder : true
16
- namespace : " Azure.ResourceManager.Fabric "
20
+ namespace : " {package-dir} "
17
21
linter :
18
22
extends :
19
23
- " @azure-tools/typespec-azure-rulesets/resource-manager"
Original file line number Diff line number Diff line change 717
717
}
718
718
},
719
719
"required" : [
720
+ " properties" ,
720
721
" sku"
721
722
],
722
723
"allOf" : [
You can’t perform that action at this time.
0 commit comments