Content-Length: 555925 | pFad | http://github.com/Azure/azure-rest-api-specs/commit/f09c81d494573c68ea7c713e22b382ec9de9a8a8

47 Fleet GA API version "2024-11-01" (#30568) · Azure/azure-rest-api-specs@f09c81d · GitHub
Skip to content

Commit f09c81d

Browse files
rahuls-microsoftSahil AroramsyycRahul Singh
authored andcommitted
Fleet GA API version "2024-11-01" (#30568)
* Updating the version to "2024-10-01" * Fix Stable version path in readme.Md * Updating path for stable version. * Updating Readme.md files for other languages SDK. * Updating SDK readme.md files. * Add Java SDK readme reference to main readme.md file. * Updating Main.tsp to add GA version. * Remove version references from individual sdk readme.md files, as it gets it from main.tsp. * fixing dependencies for2024-10-01 in main.tsp. * updated generated file from sp. * Adding example refs back, removed by tool * Adding examples * Update main.tsp. local build - npx tsv specification/azurefleet/AzureFleet.Management * Update Path for 24_10_01 in main.tsp * Restore Python package-version: 1.0.0b1 * Adding Retry-after header in 20` response examples. * Changing API version to 2024-11-01 * Updating "provisioningState" in example and swagger - adding "Azure-AsyncOperation" - header. * update to example. * Updating the examples based on tsp generated to pass the build. The Tsp files needs to be update for correctness. * Update examples to have succeeded state * Update sdk-suppressions.yaml * Updating examples to add Retry-After header. Update "provisioningState": "Creating" for 201 responses. * Changes for Attribute schema. * Attribute changes. * Updates. * Adding Atrributes. * Supressing - typespec-azure-core/casing-style: The names of Model types must use PascalCase * Adding VM Attributes properties. * Adding refrence to VmAttributes and locationProfiles (Needs to be completed for model.) * Adding AdditionalCapabilities, LocationProfile. * Run Prettier. * Spell Check fixes. * Make paramters optional - vmAttributes, additionalLocationsProfile * Fixing Descriptions. * Supress error for ultraSSDEnabled name. * Updates after npx ci * Revert "Updates after npx ci" This reverts commit bf1aed7. * Updates after npx ci * Supression update * Updating description of ultraSSD to match Compute description. * Supress Camel Case error for SSD * Suppress ultraSSDEnabled for DefinitionsPropertiesNamesCamelCase --------- Co-authored-by: Sahil Arora <arorasahil@microsoft.com> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com> Co-authored-by: Rahul Singh <rahuls@microsft.com>
1 parent 7e5fad8 commit f09c81d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+11169
-22
lines changed

specification/azurefleet/AzureFleet.Management/examples/2023-11-01-preview/Fleets_CreateOrUpdate_MaximumSet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,8 @@
765765
},
766766
"201": {
767767
"headers": {
768-
"Azure-AsyncOperation": "https://contoso.com/operationstatus"
768+
"Azure-AsyncOperation": "https://contoso.com/operationstatus",
769+
"Retry-After": 30
769770
},
770771
"body": {
771772
"properties": {

specification/azurefleet/AzureFleet.Management/examples/2023-11-01-preview/Fleets_CreateOrUpdate_MinimumSet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"201": {
2121
"headers": {
22-
"Azure-AsyncOperation": "https://contoso.com/operationstatus"
22+
"Azure-AsyncOperation": "https://contoso.com/operationstatus",
23+
"Retry-After": 30
2324
},
2425
"body": {
2526
"location": "westus",

specification/azurefleet/AzureFleet.Management/examples/2023-11-01-preview/Fleets_Update_MaximumSet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,8 @@
752752
},
753753
"202": {
754754
"headers": {
755-
"location": "https://contoso.com/operationstatus"
755+
"location": "https://contoso.com/operationstatus",
756+
"Retry-After": 30
756757
}
757758
}
758759
}

specification/azurefleet/AzureFleet.Management/examples/2023-11-01-preview/Fleets_Update_MinimumSet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"202": {
1818
"headers": {
19-
"location": "https://contoso.com/operationstatus"
19+
"location": "https://contoso.com/operationstatus",
20+
"Retry-After": 30
2021
}
2122
}
2223
}

specification/azurefleet/AzureFleet.Management/examples/2024-05-01-preview/Fleets_CreateOrUpdate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
"200": {
384384
"body": {
385385
"properties": {
386-
"provisioningState": "Creating",
386+
"provisioningState": "Succeeded",
387387
"spotPriorityProfile": {
388388
"capacity": 10,
389389
"minCapacity": 20,

specification/azurefleet/AzureFleet.Management/examples/2024-05-01-preview/Fleets_CreateOrUpdate_MinimumSet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"200": {
102102
"body": {
103103
"properties": {
104-
"provisioningState": "Creating",
104+
"provisioningState": "Succeeded",
105105
"spotPriorityProfile": {
106106
"capacity": 2,
107107
"minCapacity": 1,

specification/azurefleet/AzureFleet.Management/examples/2024-05-01-preview/Fleets_Update.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,8 @@
759759
},
760760
"202": {
761761
"headers": {
762-
"location": "https://contoso.com/operationstatus"
762+
"location": "https://contoso.com/operationstatus",
763+
"Retry-After": 30
763764
}
764765
}
765766
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Azure/azure-rest-api-specs/commit/f09c81d494573c68ea7c713e22b382ec9de9a8a8

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy