Skip to content

Commit 97ee8ca

Browse files
authored
Azure.Provisioning release prep (#46427)
Azure.Provisioning release prep * Temporarily disable name validation test (as that's also temporarily disabled). * Add --prerelease everywhere * Add whitespace changes from the release script and instructions to install the previous GA
1 parent d3cd140 commit 97ee8ca

File tree

101 files changed

+212
-284
lines changed

Some content is hidden

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

101 files changed

+212
-284
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2024-10-04)
44

55
### Features Added
66

7-
- Initial beta release of new Azure.Provisioning.AppConfiguration.
7+
- Preview of the new Azure.Provisioning experience.

sdk/provisioning/Azure.Provisioning.AppConfiguration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Azure.Provisioning.AppConfiguration simplifies declarative resource provisioning
99
Install the client library for .NET with [NuGet](https://www.nuget.org/ ):
1010

1111
```dotnetcli
12-
dotnet add package Azure.Provisioning.AppConfiguration
12+
dotnet add package Azure.Provisioning.AppConfiguration --prerelease
1313
```
1414

1515
### Prerequisites
@@ -52,4 +52,4 @@ more information, see the [Code of Conduct FAQ][coc_faq] or contact
5252
<!-- LINKS -->
5353
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
5454
[coc]: https://opensource.microsoft.com/codeofconduct/
55-
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
55+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

sdk/provisioning/Azure.Provisioning.AppConfiguration/src/Azure.Provisioning.AppConfiguration.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
<NoWarn>CS1591</NoWarn>
1111
</PropertyGroup>
1212

13-
<!-- TODO: Consider adding ARM or DataPlane dependencies here like:
13+
<!-- TODO: Consider adding DataPlane dependencies here like:
1414
<ItemGroup>
15-
<PackageReference Include="Azure.ResourceManager.Storage" />
16-
<PackageReference Include="Azure.Storage.Blobs" />
15+
<PackageReference Include="Azure.Data.AppConfiguration" />
1716
</ItemGroup>
1817
-->
1918

sdk/provisioning/Azure.Provisioning.AppConfiguration/src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
using System.Diagnostics.CodeAnalysis;
55

6-
[assembly: Experimental("AZPROVISION001")]
6+
// TODO: Uncomment if we need to GA before all the APIs are finalized
7+
// [assembly: Experimental("AZPROVISION001")]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2024-10-04)
44

55
### Features Added
66

7-
- Initial beta release of new Azure.Provisioning.AppContainers.
7+
- Preview of the new Azure.Provisioning experience.

sdk/provisioning/Azure.Provisioning.AppContainers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Azure.Provisioning.AppContainers simplifies declarative resource provisioning in
99
Install the client library for .NET with [NuGet](https://www.nuget.org/ ):
1010

1111
```dotnetcli
12-
dotnet add package Azure.Provisioning.AppContainers
12+
dotnet add package Azure.Provisioning.AppContainers --prerelease
1313
```
1414

1515
### Prerequisites
@@ -52,4 +52,4 @@ more information, see the [Code of Conduct FAQ][coc_faq] or contact
5252
<!-- LINKS -->
5353
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
5454
[coc]: https://opensource.microsoft.com/codeofconduct/
55-
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
55+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

sdk/provisioning/Azure.Provisioning.AppContainers/src/Azure.Provisioning.AppContainers.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,4 @@
99
<!-- Disable warning CS1591: Missing XML comment for publicly visible type or member -->
1010
<NoWarn>CS1591</NoWarn>
1111
</PropertyGroup>
12-
13-
<!-- TODO: Consider adding ARM or DataPlane dependencies here like:
14-
<ItemGroup>
15-
<PackageReference Include="Azure.ResourceManager.Storage" />
16-
<PackageReference Include="Azure.Storage.Blobs" />
17-
</ItemGroup>
18-
-->
19-
20-
</Project>
12+
</Project>

sdk/provisioning/Azure.Provisioning.AppContainers/src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
using System.Diagnostics.CodeAnalysis;
55

6-
[assembly: Experimental("AZPROVISION001")]
6+
// TODO: Uncomment if we need to GA before all the APIs are finalized
7+
// [assembly: Experimental("AZPROVISION001")]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2024-10-04)
44

55
### Features Added
66

7-
- Initial beta release of new Azure.Provisioning.AppService.
7+
- Preview of the new Azure.Provisioning experience.

sdk/provisioning/Azure.Provisioning.AppService/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Azure.Provisioning.AppService simplifies declarative resource provisioning in .N
99
Install the client library for .NET with [NuGet](https://www.nuget.org/ ):
1010

1111
```dotnetcli
12-
dotnet add package Azure.Provisioning.AppService
12+
dotnet add package Azure.Provisioning.AppService --prerelease
1313
```
1414

1515
### Prerequisites
@@ -52,4 +52,4 @@ more information, see the [Code of Conduct FAQ][coc_faq] or contact
5252
<!-- LINKS -->
5353
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
5454
[coc]: https://opensource.microsoft.com/codeofconduct/
55-
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
55+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

0 commit comments

Comments
 (0)