diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 16e94c7b6ecf..678978986f78 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -171,7 +171,7 @@ All should have PrivateAssets="All" set so they don't become package dependencies --> - + diff --git a/eng/emitter-package.json b/eng/emitter-package.json index 920ae805d602..997785ad908c 100644 --- a/eng/emitter-package.json +++ b/eng/emitter-package.json @@ -1,6 +1,6 @@ { "main": "dist/src/index.js", "dependencies": { - "@azure-tools/typespec-csharp": "0.2.0-beta.20230607.3" + "@azure-tools/typespec-csharp": "0.2.0-alpha.20230608.11" } } diff --git a/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetLogAnalyticsMetricsOptions.cs b/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetLogAnalyticsMetricsOptions.cs index cdf8749ae537..8bbfe0e159f7 100644 --- a/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetLogAnalyticsMetricsOptions.cs +++ b/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetLogAnalyticsMetricsOptions.cs @@ -53,10 +53,10 @@ public ProfileResourceGetLogAnalyticsMetricsOptions(IEnumerable metri /// The ArrayOfGet12ItemsItem to use. public IList Protocols { get; } /// The ArrayOfLogMetricsGroupBy to use. - public IList GroupBy { get; } + public IList GroupBy { get; set; } /// The ArrayOfGet9ItemsItem to use. - public IList Continents { get; } + public IList Continents { get; set; } /// The ArrayOfGet10ItemsItem to use. - public IList CountryOrRegions { get; } + public IList CountryOrRegions { get; set; } } } diff --git a/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetLogAnalyticsRankingsOptions.cs b/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetLogAnalyticsRankingsOptions.cs index a07d6d06cc1d..914cfb44250d 100644 --- a/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetLogAnalyticsRankingsOptions.cs +++ b/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetLogAnalyticsRankingsOptions.cs @@ -46,6 +46,6 @@ public ProfileResourceGetLogAnalyticsRankingsOptions(IEnumerable ran /// The DateTime to use. public DateTimeOffset DateTimeEnd { get; } /// The ArrayOfString to use. - public IList CustomDomains { get; } + public IList CustomDomains { get; set; } } } diff --git a/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetWafLogAnalyticsMetricsOptions.cs b/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetWafLogAnalyticsMetricsOptions.cs index ce43ee2b1bce..bc63963019fc 100644 --- a/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetWafLogAnalyticsMetricsOptions.cs +++ b/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetWafLogAnalyticsMetricsOptions.cs @@ -43,10 +43,10 @@ public ProfileResourceGetWafLogAnalyticsMetricsOptions(IEnumerable me /// The WafGranularity to use. public WafGranularity Granularity { get; } /// The ArrayOfWafAction to use. - public IList Actions { get; } + public IList Actions { get; set; } /// The ArrayOfWafRankingGroupBy to use. - public IList GroupBy { get; } + public IList GroupBy { get; set; } /// The ArrayOfWafRuleType to use. - public IList RuleTypes { get; } + public IList RuleTypes { get; set; } } } diff --git a/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetWafLogAnalyticsRankingsOptions.cs b/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetWafLogAnalyticsRankingsOptions.cs index 942825add56c..3d96064635eb 100644 --- a/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetWafLogAnalyticsRankingsOptions.cs +++ b/sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/ProfileResourceGetWafLogAnalyticsRankingsOptions.cs @@ -47,8 +47,8 @@ public ProfileResourceGetWafLogAnalyticsRankingsOptions(IEnumerable m /// The ArrayOfWafRankingType to use. public IList Rankings { get; } /// The ArrayOfWafAction to use. - public IList Actions { get; } + public IList Actions { get; set; } /// The ArrayOfWafRuleType to use. - public IList RuleTypes { get; } + public IList RuleTypes { get; set; } } } diff --git a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/MachineLearningDatastoreCollectionGetAllOptions.cs b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/MachineLearningDatastoreCollectionGetAllOptions.cs index ce7b6fc571d5..8a51a39c55f4 100644 --- a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/MachineLearningDatastoreCollectionGetAllOptions.cs +++ b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/MachineLearningDatastoreCollectionGetAllOptions.cs @@ -26,7 +26,7 @@ public MachineLearningDatastoreCollectionGetAllOptions() /// Filter down to the workspace default datastore. public bool? IsDefault { get; set; } /// Names of datastores to return. - public IList Names { get; } + public IList Names { get; set; } /// Text to search for in the datastore names. public string SearchText { get; set; } /// Order by property (createdtime | modifiedtime | name).