Skip to content

Commit 4db5c52

Browse files
authored
Generate SDK for BillingRP GA 2024-04-01 (Azure#45698)
1 parent 4eb9d90 commit 4db5c52

File tree

765 files changed

+171819
-2565
lines changed

Some content is hidden

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

765 files changed

+171819
-2565
lines changed

.vscode/cspell.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,14 @@
228228
"SSDLRS"
229229
]
230230
},
231+
{
232+
"filename": "**/sdk/billing/**/*.cs",
233+
"words": [
234+
"puid",
235+
"resellee",
236+
"cnpj"
237+
]
238+
},
231239
{
232240
"filename": "**/sdk/billingbenefits/**/*.cs",
233241
"words": [

sdk/billing/Azure.ResourceManager.Billing/CHANGELOG.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.2.0 (2024-09-13)
44

55
### Features Added
66

7-
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
8-
9-
### Breaking Changes
10-
11-
### Bugs Fixed
7+
- Upgraded api-version tag from 'package-2020-05' to 'package-2024-04'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/7dc76b4edb665c8f9e0c7b7c0aaf2f34f8b25833/specification/billing/resource-manager/readme.md.
8+
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
9+
- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
10+
- Added experimental Bicep serialization.
1211

1312
### Other Changes
1413

14+
- Upgraded Azure.Core from 1.36.0 to 1.42.0.
15+
- Upgraded Azure.ResourceManager from 1.9.0 to 1.12.0.
16+
1517
## 1.1.0 (2023-11-27)
1618

1719
### Features Added
1820

19-
- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
21+
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
2022

2123
### Other Changes
2224

@@ -26,7 +28,7 @@
2628

2729
### Features Added
2830

29-
- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
31+
- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
3032

3133
### Other Changes
3234

@@ -77,5 +79,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
7779

7880
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
7981

80-
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
81-
82+
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).

sdk/billing/Azure.ResourceManager.Billing/api/Azure.ResourceManager.Billing.netstandard2.0.cs

Lines changed: 6143 additions & 210 deletions
Large diffs are not rendered by default.

sdk/billing/Azure.ResourceManager.Billing/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/billing/Azure.ResourceManager.Billing",
5-
"Tag": ""
5+
"Tag": "net/billing/Azure.ResourceManager.Billing_faf8ba296e"
66
}

sdk/billing/Azure.ResourceManager.Billing/samples/Generated/Samples/Sample_BillingAccountCollection.cs

Lines changed: 702 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/billing/Azure.ResourceManager.Billing/samples/Generated/Samples/Sample_BillingAccountPaymentMethodCollection.cs

Lines changed: 28 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/billing/Azure.ResourceManager.Billing/samples/Generated/Samples/Sample_BillingAccountPaymentMethodResource.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/billing/Azure.ResourceManager.Billing/samples/Generated/Samples/Sample_BillingAccountPolicyResource.cs

Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)